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