• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install Wireshark Network Protocol Analyzer on Ubuntu

How To Install Wireshark Network Protocol Analyzer on Ubuntu

By Sourabh / December 1, 2017 Category: How To, Ubuntu

Install Wireshark network protocol analyzer on Ubuntu Linux. Wireshark is a packet analyzer which is used for network troubleshooting, analysis, software and communications protocol development, and education.

Wireshark Network Protocol Analyzer

It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions.

Wireshark has a rich feature set which includes the following:

  • Deep inspection of hundreds of protocols, with more being added all the time
  • Live capture and offline analysis
  • Standard three-pane packet browser
  • Multi-platform: Runs on Windows, Linux, macOS, Solaris, FreeBSD, NetBSD, and many others
  • Captured network data can be browsed via a GUI, or via the TTY-mode TShark utility
  • The most powerful display filters in the industry
  • Rich VoIP analysis
  • Read/write many different capture file formats: tcpdump (libpcap), Pcap NG, Catapult DCT2000, Cisco Secure IDS iplog, Microsoft Network Monitor, Network General Sniffer® (compressed and uncompressed), Sniffer® Pro, and NetXray®, Network Instruments Observer, NetScreen snoop, Novell LANalyzer, RADCOM WAN/LAN Analyzer, Shomiti/Finisar Surveyor, Tektronix K12xx, Visual Networks Visual UpTime, WildPackets EtherPeek/TokenPeek/AiroPeek, and many others
  • Capture files compressed with gzip can be decompressed on the fly
  • Live data can be read from Ethernet, IEEE 802.11, PPP/HDLC, ATM, Bluetooth, USB, Token Ring, Frame Relay, FDDI, and others (depending on your platform)
  • Decryption support for many protocols, including IPsec, ISAKMP, Kerberos, SNMPv3, SSL/TLS, WEP, and WPA/WPA2
  • Coloring rules can be applied to the packet list for quick, intuitive analysis
  • Output can be exported to XML, PostScript®, CSV, or plain text

Install Wireshark on Ubuntu

Install Wireshark network protocol analyzer on Ubuntu. There are various methids to install Wireshark network protocol analyzer on Ubuntu:

Method 1


sudo apt-get update
sudo apt-get install wireshark -y

Method 2


sudo add-apt-repository ppa:wireshark-dev/stable
sudo apt-get update
sudo apt-get install wireshark -y

Method 3


wget https://1.as.dl.wireshark.org/src/wireshark-2.4.2.tar.xz
tar -xf wireshark-2.4.2.tar.xz -C /tmp
cd /tmp/wireshark-2.4.2
./configure --enable-setcap-install
make
sudo make install
sudo ldconfig
sudo usermod -a -G wireshark linuxtechi

Tags: Download And Install Wireshark For Ubuntu, How To Install Wireshark On Ubuntu, How To Run Wireshark On Ubuntu, How To Uninstall Wireshark In Ubuntu, How To Use Wireshark On Ubuntu, Install Wireshark Linux, Sudo Add-Apt-Repository Ppa:Wireshark-Dev/Stable, Ubuntu Wireshark Couldn'T Run Dumpcap, Unable To Locate Package Wireshark, Wireshark Ubuntu Command Line

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap