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