archlinux: add Python agent packages
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / archlinux.md
index d1d3adb00b2c1ba1066a7a30b395c74d4802feb7..63eba8ebc812b4423628e4301e89387cde63a53d 100644 (file)
@@ -2,15 +2,15 @@
 id: archlinux
 ---
 
-LTTng packages are available in the
-<abbr title="Arch User Repository">AUR</abbr>:
+LTTng 2.7 packages are currently available in the
+<abbr title="Arch User Repository">AUR</abbr> under the following names:
 <a href="https://aur.archlinux.org/packages/lttng-tools/" class="ext"><code>lttng-tools</code></a>,
 <a href="https://aur.archlinux.org/packages/lttng-modules/" class="ext"><code>lttng-modules</code></a>
 and
 <a href="https://aur.archlinux.org/packages/lttng-ust/" class="ext"><code>lttng-ust</code></a>.
 
-You can automate all this using
-<a href="https://wiki.archlinux.org/index.php/yaourt" class="ext">Yaourt</a>.
+The three LTTng packages can be installed using the following
+<a href="https://wiki.archlinux.org/index.php/yaourt" class="ext">Yaourt</a> commands:
 
 <pre class="term">
 yaourt -S lttng-tools
@@ -18,9 +18,8 @@ yaourt -S lttng-modules
 yaourt -S lttng-ust
 </pre>
 
-If you're living on the edge, the AUR also contains the latest Git masters
-of those packages:
-<a href="https://aur.archlinux.org/packages/lttng-tools-git/" class="ext"><code>lttng-tools-git</code></a>,
-<a href="https://aur.archlinux.org/packages/lttng-modules-git/" class="ext"><code>lttng-modules-git</code></a>
-and
-<a href="https://aur.archlinux.org/packages/lttng-ust-git/" class="ext"><code>lttng-ust-git</code></a>.
+If you need to trace Python applications, you need to install the
+LTTng-UST Python agent also:
+
+  * Python 3: <a href="https://aur.archlinux.org/packages/python-lttngust/" class="ext"><code>python-lttngust</code></a>
+  * Python 2: <a href="https://aur.archlinux.org/packages/python2-lttngust/" class="ext"><code>python2-lttngust</code></a>
This page took 0.040957 seconds and 4 git commands to generate.