Initial import
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / archlinux.md
1 ---
2 id: archlinux
3 ---
4
5 LTTng packages are available in the
6 <abbr title="Arch User Repository">AUR</abbr>:
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 You can automate all this using
13 <a href="https://wiki.archlinux.org/index.php/yaourt" class="ext">Yaourt</a>.
14
15 <pre class="term">
16 yaourt -Sy lttng-tools lttng-modules lttng-ust
17 </pre>
18
19 If you're living on the edge, the AUR also contains the latest Git masters
20 of those packages:
21 <a href="https://aur.archlinux.org/packages/lttng-tools-git/" class="ext"><code>lttng-tools-git</code></a>,
22 <a href="https://aur.archlinux.org/packages/lttng-modules-git/" class="ext"><code>lttng-modules-git</code></a>
23 and
24 <a href="https://aur.archlinux.org/packages/lttng-ust-git/" class="ext"><code>lttng-ust-git</code></a>.
This page took 0.030051 seconds and 4 git commands to generate.