Add links to Java/Python application sections
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / debian.md
index fee248f4f312dff79c028788f54b09dc036ddb3d..d66dd419235faa3026d980c3674fccf41796b340 100644 (file)
@@ -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:
 
 <pre class="term">
-sudo apt-get install lttng-tools
 sudo apt-get install lttng-modules-dkms
 sudo apt-get install liblttng-ust-dev
 </pre>
+
+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:
+
+<pre class="term">
+sudo apt-get install liblttng-ust-agent-java
+</pre>
+
+If you need to trace [Python applications](#doc-python-application),
+you need to install the LTTng-UST Python agent also:
+
+<pre class="term">
+sudo apt-get install python3-lttngust
+</pre>
This page took 0.023571 seconds and 4 git commands to generate.