Fix Ubuntu install documentation regarding the PPA
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 3 Dec 2015 02:24:28 +0000 (21:24 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 3 Dec 2015 02:25:31 +0000 (21:25 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/installing-lttng/desktop-distributions/ubuntu/intro.md
contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md
contents/installing-lttng/desktop-distributions/ubuntu/ppa.md

index 57f97c076e403e905e563bb0329c7c616ee234d0..128a61b278e68563d6802e35750d15fe1d8b4378 100644 (file)
@@ -2,10 +2,10 @@
 id: ubuntu
 ---
 
-The following steps apply to Ubuntu&nbsp;&ge;&nbsp;12.04. For
-previous releases, you need to build and install LTTng
-[from source](#doc-building-from-source), as no Ubuntu packages were
-available before version 12.04.
+LTTng 2.7 packages are available in Ubuntu 16.04 _Xenial Xerus_'s
+[official repositories](#doc-ubuntu-official-repositories).
 
-Two repository types can provide LTTng packages for Ubuntu: official
-repositories and <abbr title="Personal Package Archive">PPA</abbr>.
+It is also possible to install the latest stable LTTng 2.7 release
+on any current Ubuntu release (including Ubuntu 12.04 _Precise Pangolin_
+and Ubuntu 14.04 _Trusty Tahr_) by using the
+[LTTng latest stable PPA](#doc-ubuntu-ppa).
index 0a676dba810893e1624254f5e2d804f8de9ca838..efe2c04a0438a935b77a43f2191a3843dd783d5b 100644 (file)
@@ -2,8 +2,8 @@
 id: ubuntu-official-repositories
 ---
 
-To install LTTng 2.7 from the official Ubuntu repositories, simply
-use `apt-get`:
+To install LTTng 2.7 from the official Ubuntu 16.04 _Xenial Xerus_
+repositories, simply use `apt-get`:
 
 <pre class="term">
 sudo apt-get install lttng-tools
index d7f581e4c58763791a6657a7ee995f3a44b9f197..5ee84c6f50f2bfead9854ae93b2c53dfccba36b7 100644 (file)
@@ -3,9 +3,9 @@ id: ubuntu-ppa
 ---
 
 The
-<a href="https://launchpad.net/~lttng/+archive/ubuntu/ppa/" class="ext">LTTng PPA</a>
-offers the latest stable versions of LTTng packages. To get packages
-from the PPA, follow these steps:
+<a href="https://launchpad.net/~lttng/+archive/ubuntu/ppa/" class="ext">LTTng latest stable PPA</a>
+offers the latest stable LTTng 2.7 packages. To get packages from the
+PPA, follow these steps:
 
 <pre class="term">
 sudo apt-add-repository ppa:lttng/ppa
This page took 0.026285 seconds and 4 git commands to generate.