How to Install Wireshark on Ubuntu (2026 Guide)

0
430

Wireshark is an open-source network protocol analyzer used for packet capture and traffic analysis. It is widely used in network troubleshooting, cybersecurity, and forensic investigations.

This guide shows the correct way to install Wireshark on Ubuntu using the official package repository.


Step 1 – Update Your System

sudo apt update
sudo apt upgrade -y

Step 2 – Install Wireshark

Install Wireshark from Ubuntu’s official repositories:

sudo apt install wireshark -y

During installation, you may see a prompt:

Should non-superusers be able to capture packets?

Select Yes to allow your user account to capture packets without running Wireshark as root.


Step 3 – Add Your User to the Wireshark Group

If you selected “Yes”, add your user to the Wireshark group:

sudo usermod -aG wireshark $USER

Then log out and log back in for changes to apply.


Step 4 – Launch Wireshark

You can start Wireshark in two ways:

From the Applications menu:

  • Search for Wireshark
  • Click to launch

Or via terminal:

wireshark

Verify Installation

Check the installed version:

wireshark --version

Capture Packets

After launching:

  1. Select a network interface (e.g., eth0, wlan0).
  2. Click the blue shark fin icon to start capturing.
  3. Stop capture using the red square button.



Read the full article: https://luckyy.uk/how-to-install-wireshark-on-ubuntu-2026-guide/

Search
Categories
Read More
Tech
How to Delete Facebook Page Permanently (2026 Guide)
Step 1: Open Your Profile Menu Click your profile icon in the top-right corner of Facebook....
By techhub 2026-02-27 13:15:41 0 108
Tech
How to Install Wireshark on Ubuntu (2026 Guide)
Wireshark is an open-source network protocol analyzer used for packet capture and traffic...
By techhub 2026-02-27 13:15:43 0 430
Tech
How to Change the Start Menu Layout
Right-click the Taskbar. Select Taskbar Settings. Scroll down to Start. Toggle recent...
By Luckyy 2025-11-23 21:50:36 0 884
Tech
Windows 11 KB5077181 Update Causing Boot Loops – Here’s What’s Happening
Microsoft’s February 2026 cumulative update for Windows 11 (KB5077181) was supposed to patch a...
By techhub 2026-02-27 13:15:44 0 448
Tech
EternalBlue (MS17-010): The Exploit That Powered WannaCry
In 2017, a leaked NSA exploit known as EternalBlue changed cybersecurity forever. Targeting a...
By techhub 2026-02-27 13:15:45 0 614