File tree 1 file changed +43
-0
lines changed 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -415,6 +415,9 @@ and Ubuntu{nbsp}20.04 _Focal Fossa_:
415
415
|https://alpinelinux.org/[Alpine Linux]
416
416
|<<alpine-linux,Alpine Linux{nbsp}3.12>>.
417
417
418
+ |https://www.opensuse.org/[openSUSE]
419
+ |<<openSUSE,openSUSE Tumbleweed and Leap{nbsp}15.2>>.
420
+
418
421
|https://www.redhat.com/[RHEL] and https://www.suse.com/[SLES]
419
422
|See http://packages.efficios.com/[EfficiOS Enterprise Packages].
420
423
|====
@@ -579,6 +582,46 @@ sudo depmod -a
579
582
--
580
583
581
584
585
+ [[openSUSE]]
586
+ === openSUSE
587
+
588
+ To install LTTng{nbsp}{revision} on openSUSE Tumbleweed:
589
+
590
+ . Install the main LTTng{nbsp}{revision} packages:
591
+ +
592
+ --
593
+ [role="term"]
594
+ ----
595
+ # zypper in lttng-ust-devel
596
+ # zypper in lttng-modules
597
+ # zypper in lttng-tools
598
+ ----
599
+ --
600
+
601
+ . **If you need to instrument and trace <<python-application,Python
602
+ 3 applications>>**, install the LTTng-UST Python agent:
603
+ +
604
+ --
605
+ [role="term"]
606
+ ----
607
+ # zypper in python3-lttngust
608
+ ----
609
+ --
610
+
611
+ To install LTTng{nbsp}{revision} on openSUSE Leap{nbsp}15.2:
612
+
613
+ . Install the main LTTng{nbsp}{revision} packages:
614
+ +
615
+ --
616
+ [role="term"]
617
+ ----
618
+ # zypper in lttng-ust-devel
619
+ # zypper in lttng-modules
620
+ # zypper in lttng-tools
621
+ ----
622
+ --
623
+
624
+
582
625
[[building-from-source]]
583
626
=== Build from source
584
627
You can’t perform that action at this time.
0 commit comments