lttng-modules-tp-fields: since 2.7
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / debian.md
index d0e4e3b3f92d9a30467125c0edd7408f23f1591e..d66dd419235faa3026d980c3674fccf41796b340 100644 (file)
@@ -12,3 +12,17 @@ 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:
+
+<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.02485 seconds and 4 git commands to generate.