From c527f225b6ece8d595016d78d718ad2784e62f93 Mon Sep 17 00:00:00 2001 From: Emilio Bruno Date: Sat, 21 Nov 2020 18:38:11 +0100 Subject: [PATCH] 2.12: add openSUSE installation instructions Signed-off-by: Emilio Bruno Signed-off-by: Dario Faggioli --- 2.12/lttng-docs-2.12.txt | 47 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/2.12/lttng-docs-2.12.txt b/2.12/lttng-docs-2.12.txt index 7d8311f..e28ebed 100644 --- a/2.12/lttng-docs-2.12.txt +++ b/2.12/lttng-docs-2.12.txt @@ -1,7 +1,9 @@ The LTTng Documentation ======================= Philippe Proulx -v2.12, 14 January 2021 +<<<<<<< HEAD +v2.12, 10 February 2021 +>>>>>>> 7e86ae4 (2.12: add openSUSE installation instructions) include::../common/copyright.txt[] @@ -417,6 +419,9 @@ and Ubuntu{nbsp}20.04 _Focal Fossa_: |https://alpinelinux.org/[Alpine Linux] |<>. +|https://www.opensuse.org/[openSUSE] +|<>. + |https://www.redhat.com/[RHEL] and https://www.suse.com/[SLES] |See http://packages.efficios.com/[EfficiOS Enterprise Packages]. |==== @@ -581,6 +586,46 @@ sudo depmod -a -- +[[openSUSE]] +=== openSUSE + +To install LTTng{nbsp}{revision} on openSUSE Tumbleweed: + +. Install the main LTTng{nbsp}{revision} packages: ++ +-- +[role="term"] +---- +# zypper in lttng-ust-devel +# zypper in lttng-modules +# zypper in lttng-tools +---- +-- + +. **If you need to instrument and trace <>**, install the LTTng-UST Python agent: ++ +-- +[role="term"] +---- +# zypper in python3-lttngust +---- +-- + +To install LTTng{nbsp}{revision} on openSUSE Leap{nbsp}15.2: + +* Install the main LTTng{nbsp}{revision} packages: ++ +-- +[role="term"] +---- +# zypper in lttng-ust-devel +# zypper in lttng-modules +# zypper in lttng-tools +---- +-- + + [[building-from-source]] === Build from source