lttng-modules-tp-fields: since 2.7
[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>
9b3db3ec
PP
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>,
923ce9e9
PP
22 <code>--enable-java-agent-log4j</code>, or
23 <code>--enable-java-agent-all</code> options.
24</p>
25<p>
9b3db3ec
PP
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.
923ce9e9
PP
30</p>
31</div>
This page took 0.023361 seconds and 4 git commands to generate.