X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=contents%2Finstalling-lttng%2Fdesktop-distributions%2Fdebian.md;h=d66dd419235faa3026d980c3674fccf41796b340;hb=799746aba772716bec911b5872a9b502d553016e;hp=fee248f4f312dff79c028788f54b09dc036ddb3d;hpb=47bfcb757a0192864b56d12d775f65dc8b180aaf;p=lttng-docs.git diff --git a/contents/installing-lttng/desktop-distributions/debian.md b/contents/installing-lttng/desktop-distributions/debian.md index fee248f..d66dd41 100644 --- a/contents/installing-lttng/desktop-distributions/debian.md +++ b/contents/installing-lttng/desktop-distributions/debian.md @@ -2,14 +2,27 @@ id: debian --- -Debian wheezy (stable) and previous versions are not supported; you -need to build and install LTTng packages -[from source](#doc-building-from-source) for those. - -Debian jessie (testing) and sid (unstable) have everything you need: +Debian "stretch" and Debian "sid" have LTTng-modules 2.7 and +LTTng-UST 2.7 packages:
-sudo apt-get install lttng-tools
 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 python3-lttngust
+