From f4a596c4aa04fc54139f00f1b77a676a7f4c3779 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 31 Oct 2016 15:22:01 -0400 Subject: [PATCH] Add install instructions for Arch Linux Signed-off-by: Philippe Proulx --- 2.8/lttng-docs-2.8.txt | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/2.8/lttng-docs-2.8.txt b/2.8/lttng-docs-2.8.txt index 7442660..e0ae808 100644 --- a/2.8/lttng-docs-2.8.txt +++ b/2.8/lttng-docs-2.8.txt @@ -410,7 +410,7 @@ previous Debian releases. other openSUSE releases. |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 <>**, install the LTTng-UST Python agent: ++ +-- +[role="term"] +---- +yaourt -S python-lttngust +yaourt -S python2-lttngust +---- +-- + + [[alpine-linux]] === Alpine Linux -- 2.34.1