Add instructions about getting LTTng-UST agents
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / archlinux.md
1 ---
2 id: archlinux
3 ---
4
5 LTTng 2.7 packages are currently available in the
6 <abbr title="Arch User Repository">AUR</abbr> under the following names:
7 <a href="https://aur.archlinux.org/packages/lttng-tools/" class="ext"><code>lttng-tools</code></a>,
8 <a href="https://aur.archlinux.org/packages/lttng-modules/" class="ext"><code>lttng-modules</code></a>
9 and
10 <a href="https://aur.archlinux.org/packages/lttng-ust/" class="ext"><code>lttng-ust</code></a>.
11
12 The three LTTng packages can be installed using the following
13 <a href="https://wiki.archlinux.org/index.php/yaourt" class="ext">Yaourt</a> commands:
14
15 <pre class="term">
16 yaourt -S lttng-tools
17 yaourt -S lttng-modules
18 yaourt -S lttng-ust
19 </pre>
20
21 If you need to trace Python applications, you need to install the
22 LTTng-UST Python agent also:
23
24 * Python 3: <a href="https://aur.archlinux.org/packages/python-lttngust/" class="ext"><code>python-lttngust</code></a>
25 * Python 2: <a href="https://aur.archlinux.org/packages/python2-lttngust/" class="ext"><code>python2-lttngust</code></a>
26
27 <div class="tip">
28 <p>
29 <span class="t">Note:</span> If you need to trace Java
30 applications on Arch Linux, you need to build and install LTTng-UST 2.7
31 <a href="#doc-building-from-source">from source</a> and use the
32 <code>--enable-java-agent-jul</code>,
33 <code>--enable-java-agent-log4j</code>, or
34 <code>--enable-java-agent-all</code> options.
35 </p>
36 </div>
This page took 0.029843 seconds and 4 git commands to generate.