diff --git a/docs/chapters/installation.xml b/docs/chapters/installation.xml index 75aff6b..b886b45 100644 --- a/docs/chapters/installation.xml +++ b/docs/chapters/installation.xml @@ -6,7 +6,7 @@ host utility to fully operate. The installation might be possible from binary packages or will require building from source. The following sections provide some hints how to achieve this on the various Linux - distributions + distributions. All these operations must be executed as root.
Installation Ubuntu Natty @@ -41,20 +41,74 @@ $ sudo apt-get install wireshark simtrace via the zypper application and then the binary packages can be installed. - -$ sudo zypper ar http://download.opensuse.org/repositories/home:/zecke23/openSUSE_11.3/home:zecke23.repo -$ sudo zypper install wireshark simtrace - +
+ openSUSE 11.3 + +$ zypper addrepo http://download.opensuse.org/repositories/home:/zecke23/openSUSE_11.3/home:zecke23.repo +$ zypper refresh +$ zypper install wireshark simtrace + +
+ +
+ openSUSE 11.4 + +$ zypper addrepo http://download.opensuse.org/repositories/home:/zecke23/openSUSE_11.4/home:zecke23.repo +$ zypper refresh +$ zypper install wireshark simtrace + +
Installation Fedora - +
+ Fedora 14 + +$ cd /etc/yum/repos.d/ +$ wget http://download.opensuse.org/repositories/home:zecke23/Fedora_14/home:zecke23.repo +$ yum install wireshark simtrace + +
+ +
+ Fedora 15 + +$ cd /etc/yum/repos.d/ +$ wget http://download.opensuse.org/repositories/home:zecke23/Fedora_15/home:zecke23.repo +$ yum install wireshark simtrace + +
Installation CentOS - +
+ CentOS 5 + +$ cd /etc/yum/repos.d/ +$ wget http://download.opensuse.org/repositories/home:zecke23/CentOS_CentOS-5/home:zecke23.repo +$ yum install wireshark simtrace + +
+ +
+ Fedora 15 + +$ cd /etc/yum/repos.d/ +$ wget http://download.opensuse.org/repositories/home:zecke23/CentOS_CentOS-6/home:zecke23.repo +$ yum install wireshark simtrace + +
+
+ +
+ Mandriva 2010.1 + +$ urpmi.addmedia home:zecke23 http://download.opensuse.org/repositories/home:zecke23/Mandriva_2010.1/ +$ urpmi.update -a +$ urpmi wireshark simtrace +