X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=contents%2Finstalling-lttng%2Fdesktop-distributions%2Fopensuse.md;h=57c0d9f5684b5641789f76939b41b6f9b1a9b3b9;hb=47bfcb757a0192864b56d12d775f65dc8b180aaf;hp=eac06006639d20c1a087d789c55c2b8dd0c6a563;hpb=5e0cbfb01373c18e521217342fd8a9159cc186b1;p=lttng-docs.git diff --git a/contents/installing-lttng/desktop-distributions/opensuse.md b/contents/installing-lttng/desktop-distributions/opensuse.md index eac0600..57c0d9f 100644 --- a/contents/installing-lttng/desktop-distributions/opensuse.md +++ b/contents/installing-lttng/desktop-distributions/opensuse.md @@ -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 here. -For example, the following will add the LTTng repository for +For example, the following commands adds the LTTng repository for openSUSE 13.1:
-sudo -i
-curl http://download.opensuse.org/repositories/devel:/tools:/lttng/openSUSE_13.1/devel:tools:lttng.repo > /etc/zypp/repos.d/lttng.repo
+sudo zypper addrepo http://download.opensuse.org/repositories/devel:/tools:/lttng/openSUSE_13.1/devel:tools:lttng.repo
 
Then, refresh the package database: @@ -23,5 +22,7 @@ sudo zypper refresh and install `lttng-tools`, `lttng-modules` and `lttng-ust-devel`:
-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