ubuntu: "sources" -> "repository types"
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / opensuse.md
CommitLineData
5e0cbfb0
PP
1---
2id: opensuse
3---
4
5openSUSE has LTTng packages since version 12.3. To install LTTng, you
6first need to add an entry to your repositories. All LTTng repositories
7are available
8<a href="http://download.opensuse.org/repositories/devel:/tools:/lttng/" class="ext">here</a>.
9For example, the following will add the LTTng repository for
10openSUSE&nbsp;13.1:
11
12<pre class="term">
13sudo -i
14curl http://download.opensuse.org/repositories/devel:/tools:/lttng/openSUSE_13.1/devel:tools:lttng.repo &gt; /etc/zypp/repos.d/lttng.repo
15</pre>
16
17Then, refresh the package database:
18
19<pre class="term">
20sudo zypper refresh
21</pre>
22
23and install `lttng-tools`, `lttng-modules` and `lttng-ust-devel`:
24
25<pre class="term">
381786a1
PP
26sudo zypper install lttng-tools
27sudo zypper install lttng-modules
28sudo zypper install lttng-ust-devel
5e0cbfb0 29</pre>
This page took 0.028779 seconds and 4 git commands to generate.