Skip to main content Skip to search Skip to main navigation

Wireshark Download Ubuntu 20.04 [updated] May 2026

Now, install the Wireshark package using the APT package manager. sudo apt install wireshark -y Use code with caution.

At least and sufficient RAM for packet buffering. Step 1: Add the Official Wireshark PPA wireshark download ubuntu 20.04

The official Wireshark PPA ensures you get the most recent stable release, which includes updated protocol dissectors and security patches. Open your terminal (). Add the repository: sudo add-apt-repository ppa:wireshark-dev/stable Use code with caution. When prompted, press Enter to confirm the addition. Step 2: Update Your Package List Now, install the Wireshark package using the APT

During the installation, a blue configuration screen will appear asking: "Should non-superusers be able to capture packets?" . Step 1: Add the Official Wireshark PPA The

: This is highly recommended for security. It allows you to capture network traffic without running the entire Wireshark GUI as the root user.

After adding a new repository, you must update your local package index so your system recognizes the new software versions. sudo apt update Use code with caution. Step 3: Install Wireshark

How to Install and Configure Wireshark on Ubuntu 20.04 Wireshark is the world’s most popular network protocol analyzer, essential for troubleshooting network issues, developing software, and learning about communications protocols. While Ubuntu’s default repositories include Wireshark, they often host older versions. This guide covers how to download and install the latest stable version of Wireshark on using the official PPA (Personal Package Archive) . Prerequisites A system running Ubuntu 20.04 LTS . A user account with sudo administrative privileges.