lttng-modules-tp-fields: since 2.7
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / ubuntu / official-repositories.md
CommitLineData
5e0cbfb0
PP
1---
2id: ubuntu-official-repositories
3---
4
b06ddade
PP
5To install LTTng 2.7 from the official Ubuntu 16.04 _Xenial Xerus_
6repositories, simply use `apt-get`:
5e0cbfb0
PP
7
8<pre class="term">
381786a1
PP
9sudo apt-get install lttng-tools
10sudo apt-get install lttng-modules-dkms
11sudo apt-get install liblttng-ust-dev
5e0cbfb0 12</pre>
7f87931b 13
9b3db3ec
PP
14If you need to trace [Java applications](#doc-java-application), you
15need to install the LTTng-UST Java agent also:
7f87931b
PP
16
17<pre class="term">
18sudo apt-get install liblttng-ust-agent-java
19</pre>
20
9b3db3ec
PP
21If you need to trace [Python applications](#doc-python-application),
22you need to install the LTTng-UST Python agent also:
7f87931b
PP
23
24<pre class="term">
25sudo apt-get install python3-lttngust
26</pre>
This page took 0.024625 seconds and 4 git commands to generate.