domain: add Python domain to list
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / ubuntu / ppa.md
1 ---
2 id: ubuntu-ppa
3 ---
4
5 The
6 <a href="https://launchpad.net/~lttng/+archive/ubuntu/ppa/" class="ext">LTTng latest stable PPA</a>
7 offers the latest stable LTTng 2.7 packages. To get packages from the
8 PPA, follow these steps:
9
10 <pre class="term">
11 sudo apt-add-repository ppa:lttng/ppa
12 sudo apt-get update
13 sudo apt-get install lttng-tools
14 sudo apt-get install lttng-modules-dkms
15 sudo apt-get install liblttng-ust-dev
16 sudo apt-get install liblttng-ust-agent-java
17 sudo apt-get install python3-lttngust
18 </pre>
This page took 0.030444 seconds and 4 git commands to generate.