domain: add Python domain to list
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / debian.md
CommitLineData
5e0cbfb0
PP
1---
2id: debian
3---
4
5bdc4885
PP
5Debian "stretch" and Debian "sid" have LTTng-modules 2.7 and
6LTTng-UST 2.7 packages:
5e0cbfb0
PP
7
8<pre class="term">
381786a1
PP
9sudo apt-get install lttng-modules-dkms
10sudo apt-get install liblttng-ust-dev
5e0cbfb0 11</pre>
5bdc4885
PP
12
13LTTng-tools 2.7 still needs to be
14[built from source](#doc-building-from-source).
923ce9e9 15
9b3db3ec
PP
16If you need to trace [Java applications](#doc-java-application), you
17need to install the LTTng-UST Java agent also:
923ce9e9
PP
18
19<pre class="term">
20sudo apt-get install liblttng-ust-agent-java
21</pre>
22
9b3db3ec
PP
23If you need to trace [Python applications](#doc-python-application),
24you need to install the LTTng-UST Python agent also:
923ce9e9
PP
25
26<pre class="term">
27sudo apt-get install python3-lttngust
28</pre>
This page took 0.023997 seconds and 4 git commands to generate.