lttng-modules-tp-fields: since 2.7
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / ubuntu / official-repositories.md
index ba78ad357da7e829e31600b618e0aa2fd200609a..efe2c04a0438a935b77a43f2191a3843dd783d5b 100644 (file)
@@ -2,10 +2,25 @@
 id: ubuntu-official-repositories
 ---
 
-To install LTTng from the official Ubuntu repositories, simply use `apt-get`:
+To install LTTng 2.7 from the official Ubuntu 16.04 _Xenial Xerus_
+repositories, simply use `apt-get`:
 
 <pre class="term">
 sudo apt-get install lttng-tools
 sudo apt-get install lttng-modules-dkms
 sudo apt-get install liblttng-ust-dev
 </pre>
+
+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.038589 seconds and 4 git commands to generate.