Add links to Java/Python application sections
[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
18 <a href="#doc-java-application" class="int">Java applications</a> on
19 openSUSE, you need to build and install LTTng-UST 2.7
20 <a href="#doc-building-from-source" class="int">from source</a> and
21 use the <code>--enable-java-agent-jul</code>,
22 <code>--enable-java-agent-log4j</code>, or
23 <code>--enable-java-agent-all</code> options.
24 </p>
25 <p>
26 If you need to trace
27 <a href="#doc-python-application" class="int">Python applications</a> on
28 openSUSE, you need to build and install LTTng-UST 2.7 from source
29 and use the <code>--enable-python-agent</code> option.
30 </p>
31 </div>
This page took 0.029906 seconds and 4 git commands to generate.