2.11: add Arch Linux installation instructions
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 22 Oct 2019 14:03:03 +0000 (10:03 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 22 Oct 2019 14:03:03 +0000 (10:03 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
2.11/lttng-docs-2.11.txt

index 6089b9fe71f92e58792aef8294fcad796e48bfde..d2dc5c23293404b191bdda011026e076d2941667 100644 (file)
@@ -1,7 +1,7 @@
 The LTTng Documentation
 =======================
 Philippe Proulx <pproulx@efficios.com>
-v2.11, 18 October 2019
+v2.11, 22 October 2019
 
 
 include::../common/copyright.txt[]
@@ -373,14 +373,48 @@ but note that:
 
 [IMPORTANT]
 ====
-As of 18 October 2019, LTTng{nbsp}{revision} is not available
-as distribution packages.
+As of 22 October 2019, LTTng{nbsp}{revision} is not available
+as distribution packages, except for <<arch-linux,Arch Linux>>.
 
 You can <<building-from-source,build LTTng{nbsp}{revision} from source>>
 to install and use it.
 ====
 
 
+[[arch-linux]]
+=== Arch Linux
+
+LTTng-UST{nbsp}{revision} is available in Arch Linux's _community_
+repository, while LTTng-tools{nbsp}{revision} and
+LTTng-modules{nbsp}{revision} are available in the
+https://aur.archlinux.org/[AUR].
+
+To install LTTng{nbsp}{revision} on Arch Linux, using
+https://github.com/actionless/pikaur[pikaur] for the AUR packages:
+
+. Install the main LTTng{nbsp}{revision} packages:
++
+--
+[role="term"]
+----
+# pacman -Sy lttng-ust
+$ pikaur -Sy lttng-tools
+$ pikaur -Sy lttng-modules
+----
+--
+
+. **If you need to instrument and trace <<python-application,Python
+  applications>>**, install the LTTng-UST Python agent:
++
+--
+[role="term"]
+----
+# pacman -Sy python-lttngust
+# pacman -Sy python2-lttngust
+----
+--
+
+
 [[building-from-source]]
 === Build from source
 
This page took 0.026904 seconds and 4 git commands to generate.