Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / opensuse.md
1 ---
2 id: opensuse
3 ---
4
5 openSUSE has had LTTng packages since version 12.3. To install LTTng, you
6 first need to add an entry to your repository configuration. All LTTng repositories
7 are available
8 <a href="http://download.opensuse.org/repositories/devel:/tools:/lttng/" class="ext">here</a>.
9 For example, the following commands adds the LTTng repository for
10 openSUSE&nbsp;13.1:
11
12 <pre class="term">
13 sudo zypper addrepo http://download.opensuse.org/repositories/devel:/tools:/lttng/openSUSE_13.1/devel:tools:lttng.repo
14 </pre>
15
16 Then, refresh the package database:
17
18 <pre class="term">
19 sudo zypper refresh
20 </pre>
21
22 and install `lttng-tools`, `lttng-modules` and `lttng-ust-devel`:
23
24 <pre class="term">
25 sudo zypper install lttng-tools
26 sudo zypper install lttng-modules
27 sudo zypper install lttng-ust-devel
28 </pre>
This page took 0.03016 seconds and 4 git commands to generate.