domain: add Python domain to list
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / archlinux.md
CommitLineData
5e0cbfb0
PP
1---
2id: archlinux
3---
4
5bdc4885 5LTTng 2.7 packages are currently available in the
3b98be9e 6<abbr title="Arch User Repository">AUR</abbr> under the following names:
5e0cbfb0
PP
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>
9and
10<a href="https://aur.archlinux.org/packages/lttng-ust/" class="ext"><code>lttng-ust</code></a>.
11
3b98be9e
SB
12The three LTTng packages can be installed using the following
13<a href="https://wiki.archlinux.org/index.php/yaourt" class="ext">Yaourt</a> commands:
5e0cbfb0
PP
14
15<pre class="term">
75efef23
PP
16yaourt -S lttng-tools
17yaourt -S lttng-modules
18yaourt -S lttng-ust
5e0cbfb0 19</pre>
55929aa2 20
9b3db3ec
PP
21If you need to trace [Python applications](#doc-python-application), you
22need to install the LTTng-UST Python agent also:
55929aa2
PP
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>
923ce9e9
PP
26
27<div class="tip">
28<p>
9b3db3ec
PP
29 <span class="t">Note:</span> If you need to trace
30 <a href="#doc-java-application" class="int">Java</a>
923ce9e9 31 applications on Arch Linux, you need to build and install LTTng-UST 2.7
9b3db3ec
PP
32 <a href="#doc-building-from-source" class="int">from source</a> and
33 use the <code>--enable-java-agent-jul</code>,
923ce9e9
PP
34 <code>--enable-java-agent-log4j</code>, or
35 <code>--enable-java-agent-all</code> options.
36</p>
37</div>
This page took 0.023715 seconds and 4 git commands to generate.