Wireshark is the gold standard for network protocol analysis, and while it is available in the default Ubuntu software repositories, those versions are often outdated. To get the most recent features and security patches, the recommended method is using the . Quick Start: How to Install the Latest Wireshark
For security reasons, Wireshark should not be run as a root user. If you didn't select "Yes" during the installation prompt, you can manually fix it with these steps: wireshark download for ubuntu
Setup wireshark to run as non root not working on Ubuntu 20.04 Wireshark is the gold standard for network protocol
The fastest way to install the latest stable version (currently as of May 2026) is through the terminal: Add the Official PPA : sudo add-apt-repository ppa:wireshark-dev/stable Use code with caution. Update Your Package List : sudo apt update Use code with caution. Install Wireshark : sudo apt install wireshark Use code with caution. If you didn't select "Yes" during the installation
During installation, a prompt will ask if non-superusers should be able to capture packets. Choose to avoid having to run Wireshark with sudo every time. Enabling Packet Capture for Non-Root Users