aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-01-11 11:33:15 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-01-11 11:48:56 +0100
commita83492aac69d6331fdb86a55662891a5b5fa40b7 (patch)
tree9a022a5860f2060275a3f32e271c29a93d8bfa3c /docs
parentbf8fda49c85b779d9175e8d913738fa6647ddf55 (diff)
manual: Update installation for more recent distributions
Diffstat (limited to 'docs')
-rw-r--r--docs/chapters/installation.xml49
1 files changed, 43 insertions, 6 deletions
diff --git a/docs/chapters/installation.xml b/docs/chapters/installation.xml
index b886b45..fd1acb7 100644
--- a/docs/chapters/installation.xml
+++ b/docs/chapters/installation.xml
@@ -9,8 +9,8 @@
distributions. All these operations must be executed as root.</para>
<section id="install_ubuntu_natty">
- <title>Installation Ubuntu Natty</title>
- <para>Ubuntu Natty users can use the holger+lp/osmocom PPA to install
+ <title>Installation Ubuntu Natty, Ubuntu Oneiric</title>
+ <para>Ubuntu Natty and Oneiric users can use the holger+lp/osmocom PPA to install
<application>SIMtrace</application> and upgrade wireshark. The PPA needs to
be added to the system, the package database needs to be refreshed
and the applications can be installed afterwards.</para>
@@ -33,6 +33,12 @@ $ <command>sudo</command> <command>apt-get</command> update
$ <command>sudo</command> <command>apt-get</command> install wireshark simtrace
...
</screen>
+
+ <note>The wireshark will only be installed if it is newer than the version
+ provided by Ubuntu. Please verify that the above command installed a version
+ coming from the PPA.
+ </note>
+
</section>
<section id="install_opensuse">
@@ -58,6 +64,14 @@ $ <command>zypper</command> refresh
$ <command>zypper</command> install wireshark simtrace
</screen>
</section>
+ <section>
+ <title>openSUSE 12.1</title>
+ <screen>
+$ <command>zypper</command> addrepo http://download.opensuse.org/repositories/home:/zecke23/openSUSE_11.4/home:zecke23.repo
+$ <command>zypper</command> refresh
+$ <command>zypper</command> install wireshark simtrace
+ </screen>
+ </section>
</section>
<section id="install_fedora">
@@ -79,6 +93,16 @@ $ wget http://download.opensuse.org/repositories/home:zecke23/Fedora_15/home:zec
$ yum install wireshark simtrace
</screen>
</section>
+
+ <section>
+ <title>Fedora 16</title>
+ <screen>
+$ cd /etc/yum/repos.d/
+$ wget http://download.opensuse.org/repositories/home:zecke23/Fedora_16/home:zecke23.repo
+$ yum install wireshark simtrace
+ </screen>
+ </section>
+
</section>
<section id="install_centos">
@@ -93,7 +117,7 @@ $ yum install wireshark simtrace
</section>
<section>
- <title>Fedora 15</title>
+ <title>CentOS 6</title>
<screen>
$ cd /etc/yum/repos.d/
$ wget http://download.opensuse.org/repositories/home:zecke23/CentOS_CentOS-6/home:zecke23.repo
@@ -103,12 +127,25 @@ $ yum install wireshark simtrace
</section>
<section id="install_mandriva">
- <title>Mandriva 2010.1</title>
- <screen>
+ <title>Mandriva</title>
+
+ <section>
+ <title>Mandriva 2010.1</title>
+ <screen>
$ urpmi.addmedia home:zecke23 http://download.opensuse.org/repositories/home:zecke23/Mandriva_2010.1/
$ urpmi.update -a
$ urpmi wireshark simtrace
- </screen>
+ </screen>
+ </section>
+
+ <section>
+ <title>Mandriva 2011</title>
+ <screen>
+$ urpmi.addmedia home:zecke23 http://download.opensuse.org/repositories/home:zecke23/Mandriva_2011/
+$ urpmi.update -a
+$ urpmi wireshark simtrace
+ </screen>
+ </section>
</section>
<section id="installation_from_source">