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