Project

General

Profile

Download (5.94 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<chapter id="chapter_installation">
3
    <title>Installation</title>
4
    <para><application>SIMtrace</application> will need a patched version of
5
    <application>wireshark</application> and the <command>simtrace</command>
6
    host utility to fully operate. The installation might be possible from
7
    binary packages or will require building from source. The following
8
    sections provide some hints how to achieve this on the various Linux
9
    distributions. All these operations must be executed as root.</para>
10

    
11

    
12
    <note>
13
      <title>Wireshark Patches</title>
14
      <para>The SIMtrace patch has been upstreamed. Wireshark 1.7.1 was released
15
      on April the 6th 2012 and is the first development release to support SIMtrace
16
      out of the box. Wireshark 1.8 will be the first stable version.
17
      </para>
18
    </note>
19

    
20
    <section id="install_ubuntu_natty">
21
        <title>Installation Ubuntu Natty, Ubuntu Oneiric</title>
22
        <para>Ubuntu Natty and Oneiric users can use the holger+lp/osmocom PPA to install
23
<application>SIMtrace</application> and upgrade wireshark. The PPA needs to
24
        be added to the system, the package database needs to be refreshed
25
        and the applications can be installed afterwards.</para>
26

    
27
        <screen>
28
$ <command>sudo</command> <command>add-apt-repository</command> ppa:holger+lp/osmocom
29
[sudo] password for username:
30
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 84C86214C00BAF820F43585CCABF944FA2AD19FA
31
gpg: requesting key A2AD19FA from hkp server keyserver.ubuntu.com
32
gpg: Total number processed: 1
33
gpg:              unchanged: 1
34
        </screen>
35

    
36
        <para>The next step is to update the package database and install or upgrade
37
        the <application>wireshark</application> application.</para>
38

    
39
        <screen>
40
$ <command>sudo</command> <command>apt-get</command> update
41
...
42
$ <command>sudo</command> <command>apt-get</command> install wireshark simtrace
43
...
44
        </screen>
45

    
46
        <note><para>The wireshark will only be installed if it is newer than the version
47
        provided by Ubuntu. Please verify that the above command installed a version
48
        coming from the PPA.</para>
49
        </note>
50

    
51
    </section>
52

    
53
    <section id="install_opensuse">
54
        <title>Installation OpenSUSE</title>
55
        <para>The installation on OpenSUSE uses zypper. The repository must be added
56
        via the <command>zypper</command> application and then the binary packages
57
        can be installed.</para>
58

    
59
        <section>
60
            <title>openSUSE 11.3</title>
61
            <screen>
62
$ <command>zypper</command> addrepo http://download.opensuse.org/repositories/home:/zecke23/openSUSE_11.3/home:zecke23.repo
63
$ <command>zypper</command> refresh
64
$ <command>zypper</command> install wireshark simtrace
65
            </screen>
66
        </section>
67

    
68
        <section>
69
            <title>openSUSE 11.4</title>
70
            <screen>
71
$ <command>zypper</command> addrepo http://download.opensuse.org/repositories/home:/zecke23/openSUSE_11.4/home:zecke23.repo
72
$ <command>zypper</command> refresh
73
$ <command>zypper</command> install wireshark simtrace
74
            </screen>
75
        </section>
76
        <section>
77
            <title>openSUSE 12.1</title>
78
            <screen>
79
$ <command>zypper</command> addrepo http://download.opensuse.org/repositories/home:/zecke23/openSUSE_11.4/home:zecke23.repo
80
$ <command>zypper</command> refresh
81
$ <command>zypper</command> install wireshark simtrace
82
            </screen>
83
        </section>
84
    </section>
85

    
86
    <section id="install_fedora">
87
        <title>Installation Fedora</title>
88
        <section>
89
            <title>Fedora 14</title>
90
            <screen>
91
$ cd /etc/yum/repos.d/
92
$ wget http://download.opensuse.org/repositories/home:zecke23/Fedora_14/home:zecke23.repo
93
$ yum install wireshark simtrace
94
            </screen>
95
        </section>
96

    
97
        <section>
98
            <title>Fedora 15</title>
99
            <screen>
100
$ cd /etc/yum/repos.d/
101
$ wget http://download.opensuse.org/repositories/home:zecke23/Fedora_15/home:zecke23.repo
102
$ yum install wireshark simtrace
103
            </screen>
104
        </section>
105

    
106
        <section>
107
            <title>Fedora 16</title>
108
            <screen>
109
$ cd /etc/yum/repos.d/
110
$ wget http://download.opensuse.org/repositories/home:zecke23/Fedora_16/home:zecke23.repo
111
$ yum install wireshark simtrace
112
            </screen>
113
        </section>
114

    
115
    </section>
116

    
117
    <section id="install_centos">
118
        <title>Installation CentOS</title>
119
        <section>
120
            <title>CentOS 5</title>
121
            <screen>
122
$ cd /etc/yum/repos.d/
123
$ wget http://download.opensuse.org/repositories/home:zecke23/CentOS_CentOS-5/home:zecke23.repo
124
$ yum install wireshark simtrace
125
            </screen>
126
        </section>
127

    
128
        <section>
129
            <title>CentOS 6</title>
130
            <screen>
131
$ cd /etc/yum/repos.d/
132
$ wget http://download.opensuse.org/repositories/home:zecke23/CentOS_CentOS-6/home:zecke23.repo
133
$ yum install wireshark simtrace
134
            </screen>
135
        </section>
136
    </section>
137

    
138
    <section id="install_mandriva">
139
        <title>Mandriva</title>
140

    
141
        <section>
142
            <title>Mandriva 2010.1</title>
143
            <screen>
144
$ urpmi.addmedia home:zecke23 http://download.opensuse.org/repositories/home:zecke23/Mandriva_2010.1/
145
$ urpmi.update -a
146
$ urpmi wireshark simtrace
147
            </screen>
148
        </section>
149

    
150
        <section>
151
            <title>Mandriva 2011</title>
152
            <screen>
153
$ urpmi.addmedia home:zecke23 http://download.opensuse.org/repositories/home:zecke23/Mandriva_2011/
154
$ urpmi.update -a
155
$ urpmi wireshark simtrace
156
            </screen>
157
        </section>
158
    </section>
159

    
160
    <section id="installation_from_source">
161
        <title>Installation from Source</title>
162
        <para>Please see the <xref linkend="chapter_building"/></para>
163
    </section>
164
</chapter>
(5-5/7)
Add picture from clipboard (Maximum size: 48.8 MB)