opensuse: new section
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Nov 2015 18:54:14 +0000 (13:54 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Nov 2015 18:54:14 +0000 (13:54 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/installing-lttng/desktop-distributions/intro.md
contents/installing-lttng/desktop-distributions/opensuse.md [new file with mode: 0644]
toc/docs.yml

index e5f73ad36b0655c67c4faf0c544883b47fbb406e..bf7b387fabf30a83451d47372ae9521d1da249fb 100644 (file)
@@ -4,9 +4,10 @@ id: desktop-distributions
 
 Official and unofficial LTTng 2.7 packages are available for
 [Ubuntu](#doc-ubuntu), [Debian](#doc-debian),
-and [Arch Linux](#doc-archlinux).
+[openSUSE](#doc-opensuse) (and other RPM-based distributions), and
+[Arch Linux](#doc-archlinux).
 
-Older versions of LTTng are available for Fedora and openSUSE.
+Older versions of LTTng are available for Fedora.
 
 Should any issue arise when
 following the procedures below, please inform the
diff --git a/contents/installing-lttng/desktop-distributions/opensuse.md b/contents/installing-lttng/desktop-distributions/opensuse.md
new file mode 100644 (file)
index 0000000..3bf398f
--- /dev/null
@@ -0,0 +1,13 @@
+---
+id: opensuse
+---
+
+The openSUSE Leap 42.1 repository includes LTTng 2.7 packages.
+
+Use zypper directly:
+
+<pre class="term">
+sudo zypper install lttng-tools
+sudo zypper install lttng-modules
+sudo zypper install lttng-ust-devel
+</pre>
index 516809883a810d0b6e4d7461fe0b070006df387c..5188ee859c5b2e2937b7d9451e669f3c20fe702f 100644 (file)
@@ -24,6 +24,8 @@ cats:
                 title: PPA
           - id: debian
             title: Debian
+          - id: opensuse
+            title: openSUSE/RPM
           - id: archlinux
             title: Arch Linux
       - id: enterprise-distributions
This page took 0.024826 seconds and 4 git commands to generate.