-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.12: add openSUSE installation instructions
Signed-off-by: Emilio Bruno <[email protected]> Signed-off-by: Dario Faggioli <[email protected]>
- Loading branch information
Emilio Bruno
committed
Nov 26, 2020
1 parent
33211ad
commit 7e86ae4
Showing
1 changed file
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
The LTTng Documentation | ||
======================= | ||
Philippe Proulx <[email protected]> | ||
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] | ||
|<<alpine-linux,Alpine Linux{nbsp}3.12>>. | ||
|
||
|https://www.opensuse.org/[openSUSE] | ||
|<<openSUSE,openSUSE Tumbleweed and openSUSE Leap{nbsp}15.2>>. | ||
|
||
|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 <<python-application,Python | ||
3 applications>>**, 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 | ||
|
||
|