Add instructions about getting LTTng-UST agents
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / opensuse.md
CommitLineData
3375e5b0
PP
1---
2id: opensuse
3---
4
5The openSUSE Leap 42.1 repository includes LTTng 2.7 packages.
6
8d7e46ae 7Use `zypper` directly:
3375e5b0
PP
8
9<pre class="term">
10sudo zypper install lttng-tools
11sudo zypper install lttng-modules
12sudo zypper install lttng-ust-devel
13</pre>
923ce9e9
PP
14
15<div class="tip">
16<p>
17 <span class="t">Note:</span> If you need to trace Java
18 applications on openSUSE, you need to build and install LTTng-UST 2.7
19 <a href="#doc-building-from-source">from source</a> and use the
20 <code>--enable-java-agent-jul</code>,
21 <code>--enable-java-agent-log4j</code>, or
22 <code>--enable-java-agent-all</code> options.
23</p>
24<p>
25 If you need to trace Python applications on openSUSE, you need
26 to build and install LTTng-UST 2.7 from source and use the
27 <code>--enable-python-agent</code> option.
28</p>
29</div>
This page took 0.023599 seconds and 4 git commands to generate.