installing: clarify some install steps
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Oct 2014 22:23:24 +0000 (18:23 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Oct 2014 22:23:24 +0000 (18:23 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/installing-lttng/desktop-distributions/debian.md
contents/installing-lttng/desktop-distributions/fedora.md
contents/installing-lttng/desktop-distributions/opensuse.md
contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md
contents/installing-lttng/desktop-distributions/ubuntu/ppa.md

index cd820b630e80abc6ddb6b6d58b2a3f262230b9f9..2776a8e085a558343111aafc890086b3658aa443 100644 (file)
@@ -9,5 +9,7 @@ need to build and install LTTng packages
 Debian jessie (testing) and sid (unstable) have everything you need:
 
 <pre class="term">
-sudo apt-get install lttng-tools lttng-modules-dkms liblttng-ust-dev
+sudo apt-get install lttng-tools
+sudo apt-get install lttng-modules-dkms
+sudo apt-get install liblttng-ust-dev
 </pre>
index b77f8e3629849a3a565aa5fe61cbdfaffd897cf8..e6cecbc912aae87710dccd4e1ea0558b19200a8e 100644 (file)
@@ -6,9 +6,9 @@ Starting from Fedora 17, LTTng-tools and LTTng-UST packages are officially
 available using `yum`:
 
 <pre class="term">
-sudo yum install lttng-tools lttng-ust
+sudo yum install lttng-tools
+sudo yum install lttng-ust
 </pre>
 
 LTTng-modules still needs to be built and installed
 [from source](#doc-building-from-source).
-
index eac06006639d20c1a087d789c55c2b8dd0c6a563..8c23f78b0b3ce3a2ffa7f678f9b9d39b3d75f30f 100644 (file)
@@ -23,5 +23,7 @@ sudo zypper refresh
 and install `lttng-tools`, `lttng-modules` and `lttng-ust-devel`:
 
 <pre class="term">
-sudo zypper install lttng-tools lttng-modules lttng-ust-devel
+sudo zypper install lttng-tools
+sudo zypper install lttng-modules
+sudo zypper install lttng-ust-devel
 </pre>
index 5f38712a28c7d240d717a6b44da691cbedda1f09..ba78ad357da7e829e31600b618e0aa2fd200609a 100644 (file)
@@ -5,9 +5,7 @@ id: ubuntu-official-repositories
 To install LTTng from the official Ubuntu repositories, simply use `apt-get`:
 
 <pre class="term">
-sudo apt-get install lttng-tools lttng-modules-dkms liblttng-ust-dev
+sudo apt-get install lttng-tools
+sudo apt-get install lttng-modules-dkms
+sudo apt-get install liblttng-ust-dev
 </pre>
-
-No need to reboot!
-
-
index b820761e2c4dce98f56c87e8c785bafe749354cb..8156ef3eeeb48c53f4fe1ae73365cef5a9af8987 100644 (file)
@@ -10,5 +10,7 @@ from the PPA, follow these steps:
 <pre class="term">
 sudo apt-add-repository ppa:lttng/ppa
 sudo apt-get update
-sudo apt-get install lttng-tools lttng-modules-dkms liblttng-ust-dev
+sudo apt-get install lttng-tools
+sudo apt-get install lttng-modules-dkms
+sudo apt-get install liblttng-ust-dev
 </pre>
This page took 0.024929 seconds and 4 git commands to generate.