X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=contents%2Finstalling-lttng%2Fdesktop-distributions%2Fdebian.md;h=d66dd419235faa3026d980c3674fccf41796b340;hb=799746aba772716bec911b5872a9b502d553016e;hp=cd820b630e80abc6ddb6b6d58b2a3f262230b9f9;hpb=5e0cbfb01373c18e521217342fd8a9159cc186b1;p=lttng-docs.git diff --git a/contents/installing-lttng/desktop-distributions/debian.md b/contents/installing-lttng/desktop-distributions/debian.md index cd820b6..d66dd41 100644 --- a/contents/installing-lttng/desktop-distributions/debian.md +++ b/contents/installing-lttng/desktop-distributions/debian.md @@ -2,12 +2,27 @@ id: debian --- -Debian wheezy (stable) and previous versions are not supported; you will -need to build and install LTTng packages -[from source](#doc-building-from-source) for those. +Debian "stretch" and Debian "sid" have LTTng-modules 2.7 and +LTTng-UST 2.7 packages: -Debian jessie (testing) and sid (unstable) have everything you need: +
+sudo apt-get install lttng-modules-dkms
+sudo apt-get install liblttng-ust-dev
+
+ +LTTng-tools 2.7 still needs to be +[built from source](#doc-building-from-source). + +If you need to trace [Java applications](#doc-java-application), you +need to install the LTTng-UST Java agent also: + +
+sudo apt-get install liblttng-ust-agent-java
+
+ +If you need to trace [Python applications](#doc-python-application), +you need to install the LTTng-UST Python agent also:
-sudo apt-get install lttng-tools lttng-modules-dkms liblttng-ust-dev
+sudo apt-get install python3-lttngust