Add instructions about getting LTTng-UST agents
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / opensuse.md
1 ---
2 id: opensuse
3 ---
4
5 The openSUSE Leap 42.1 repository includes LTTng 2.7 packages.
6
7 Use `zypper` directly:
8
9 <pre class="term">
10 sudo zypper install lttng-tools
11 sudo zypper install lttng-modules
12 sudo zypper install lttng-ust-devel
13 </pre>
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.0308 seconds and 4 git commands to generate.