Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / opensuse.md
index eac06006639d20c1a087d789c55c2b8dd0c6a563..57c0d9f5684b5641789f76939b41b6f9b1a9b3b9 100644 (file)
@@ -2,16 +2,15 @@
 id: opensuse
 ---
 
-openSUSE has LTTng packages since version 12.3. To install LTTng, you
-first need to add an entry to your repositories. All LTTng repositories
+openSUSE has had LTTng packages since version 12.3. To install LTTng, you
+first need to add an entry to your repository configuration. All LTTng repositories
 are available
 <a href="http://download.opensuse.org/repositories/devel:/tools:/lttng/" class="ext">here</a>.
-For example, the following will add the LTTng repository for
+For example, the following commands adds the LTTng repository for
 openSUSE&nbsp;13.1:
 
 <pre class="term">
-sudo -i
-curl http://download.opensuse.org/repositories/devel:/tools:/lttng/openSUSE_13.1/devel:tools:lttng.repo &gt; /etc/zypp/repos.d/lttng.repo
+sudo zypper addrepo http://download.opensuse.org/repositories/devel:/tools:/lttng/openSUSE_13.1/devel:tools:lttng.repo
 </pre>
 
 Then, refresh the package database:
@@ -23,5 +22,7 @@ sudo zypper refresh
 and install `lttng-tools`, `lttng-modules` and `lttng-ust-devel`:
 
 <pre class="term">
-sudo zypper install lttng-tools lttng-modules lttng-ust-devel
+sudo zypper install lttng-tools
+sudo zypper install lttng-modules
+sudo zypper install lttng-ust-devel
 </pre>
This page took 0.042253 seconds and 4 git commands to generate.