This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Is there an Install package for 32bit CentOS?

0

Is there an Install package for 32bit CentOS 6? Please email [email protected] .....need it for a class that already started. Thanks, jp

asked 19 Aug '14, 21:17

jpalomo's gravatar image

jpalomo
1111
accept rate: 0%


One Answer:

0

Yes and no. CentOS comes with an old version of Wireshark: just yum install wireshark-gnome.

But if you want a modern version you have to build your own. Basic steps:

  1. Download the source tarball and expand it
  2. ./configure with whatever options you want (you may need to install some dependencies to allow compilation)
  3. make rpm-package to build the RPM
  4. Install the RPM

answered 20 Aug '14, 07:13

JeffMorriss's gravatar image

JeffMorriss ♦
6.2k572
accept rate: 27%

edited 20 Aug '14, 07:14