
We can use yum or dnf to install wireshark on CentOS 7. A graphical user interface is packaged separately to GTK+ package. This package lays base for libpcap, a packet capture and filtering library, contains command-line utilities, contains plugins and documentation for wireshark. Wireshark is a network traffic analyzer for Unix-ish operating systems. In this tutorial we learn how to install wireshark on CentOS 7. wireshark is Network traffic analyzer Introduction > Package libtasn1.i686 0:2.3-3.el6 will be installed > Package libsmi.i686 0:0.4.8-4.el6 will be installed > Package libpcap.i686 14:1.0.6 will be installed > Processing Dependency: libtasn1.so.3 for package: gnutls-2.8.686 > Processing Dependency: libtasn1.so.3(LIBTASN1_0_3) for package: gnutls-2.8.686 > Package gnutls.i686 0:2.8.5-4.el6 will be installed > Processing Dependency: libgnutls.so.26(GNUTLS_1_4) for package: wireshark-1.2.686 > Processing Dependency: libgnutls.so.26 for package: wireshark-1.2.686 > Processing Dependency: libsmi.so.2 for package: wireshark-1.2.686 > Processing Dependency: libpcap.so.1 for package: wireshark-1.2.686 > Package wireshark.i686 0:1.2.15-2.el6 will be installed Loading mirror speeds from cached hostfile

Simply run this command to install Wireshark ~]# yum install ~]# yum install wireshark If you haven’t set up the local yum repository, please proceed to this steps : How to Setup Local Yum Repository from CD-ROM/DVD-ROM image on RHEL 6 This post assumed that you have set up local yum repository using your DVDROM. Wireshark is a free and open-source network packet analyzer that will help to capture network packets and tries to display that packet data as detailed as possible. In this post, i will show on how to install Wireshark on CentOS 6.2 server.
