Add install instructions for Arch Linux
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 31 Oct 2016 19:22:01 +0000 (15:22 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 31 Oct 2016 19:35:42 +0000 (15:35 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
2.8/lttng-docs-2.8.txt

index 74426605fa75c7d6aa90809985c3ecf992ecb006..e0ae8088f8e2bbe396209a537610f501c5dd0e3a 100644 (file)
@@ -410,7 +410,7 @@ previous Debian releases.
 other openSUSE releases.
 
 |Arch Linux
-|Latest AUR packages.
+|<<arch-linux,Latest AUR packages>>
 |
 
 |Alpine Linux
@@ -578,6 +578,35 @@ sudo apt-get install python3-lttngust
 --
 
 
+[[arch-linux]]
+=== Arch Linux
+
+To install LTTng{nbsp}{revision} on Arch Linux using
+https://archlinux.fr/yaourt-en[Yaourt]:
+
+. Install the main LTTng{nbsp}{revision} packages:
++
+--
+[role="term"]
+----
+yaourt -S lttng-tools
+yaourt -S lttng-ust
+yaourt -S lttng-modules
+----
+--
+
+. **If you need to instrument and trace <<python-application,Python
+  applications>>**, install the LTTng-UST Python agent:
++
+--
+[role="term"]
+----
+yaourt -S python-lttngust
+yaourt -S python2-lttngust
+----
+--
+
+
 [[alpine-linux]]
 === Alpine Linux
 
This page took 0.025096 seconds and 4 git commands to generate.