diff --git a/2.12/lttng-docs-2.12.txt b/2.12/lttng-docs-2.12.txt index 3bd3915..efb63a2 100644 --- a/2.12/lttng-docs-2.12.txt +++ b/2.12/lttng-docs-2.12.txt @@ -1,7 +1,7 @@ The LTTng Documentation ======================= Philippe Proulx -v2.12, 5 August 2020 +v2.12, 25 November 2020 include::../common/copyright.txt[] @@ -415,6 +415,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]. |==== @@ -579,6 +582,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