ubuntu: add Java and Python agent packages
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / ubuntu / official-repositories.md
CommitLineData
5e0cbfb0
PP
1---
2id: ubuntu-official-repositories
3---
4
5bdc4885
PP
5To install LTTng 2.7 from the official Ubuntu repositories, simply
6use `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
PP
13
14If you need to trace Java applications, you need to install the
15LTTng-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, you need to install the
22LTTng-UST Python agent also:
23
24<pre class="term">
25sudo apt-get install python3-lttngust
26</pre>
This page took 0.023805 seconds and 4 git commands to generate.