lttng-modules-tp-fields: since 2.7
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / ubuntu / official-repositories.md
index 99d9eecb470d7d99054cb496864a60c96f9abb9a..efe2c04a0438a935b77a43f2191a3843dd783d5b 100644 (file)
@@ -2,8 +2,8 @@
 id: ubuntu-official-repositories
 ---
 
-To install LTTng 2.7 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
@@ -11,15 +11,15 @@ sudo apt-get install lttng-modules-dkms
 sudo apt-get install liblttng-ust-dev
 </pre>
 
-If you need to trace Java applications, you need to install the
-LTTng-UST Java agent also:
+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, you need to install the
-LTTng-UST Python agent also:
+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
This page took 0.023856 seconds and 4 git commands to generate.