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