edd8d3b2df0f2b28b8f9b73f46f388a3b0ee0c23
[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, you need to install the
17 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, you need to install the
24 LTTng-UST Python agent also:
25
26 <pre class="term">
27 sudo apt-get install python3-lttngust
28 </pre>
This page took 0.029503 seconds and 3 git commands to generate.