Skip to content

2.12: add openSUSE installation instructions #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 46 additions & 1 deletion 2.12/lttng-docs-2.12.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
The LTTng Documentation
=======================
Philippe Proulx <[email protected]>
v2.12, 14 January 2021
<<<<<<< HEAD
v2.12, 10 February 2021
>>>>>>> 7e86ae4 (2.12: add openSUSE installation instructions)


include::../common/copyright.txt[]
Expand Down Expand Up @@ -417,6 +419,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].
|====
Expand Down Expand Up @@ -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 <<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

Expand Down