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/

Site içinde arama yapın
Kategoriler
Read More
Tech
Amazon Fire TV Blocks Sideloaded Apps in 2026: What You Need to Know
Amazon has started blocking the installation of certain sideloaded applications on Fire TV...
By techhub 2026-02-27 13:15:45 0 515
Tech
How to Host Your Own AI (Free, Private, No Subscriptions)
You don’t need OpenAI, monthly fees, or cloud APIs to run powerful AI models anymore.With...
By Luckyy 2026-01-02 16:43:57 0 2K
Tech
How to Change the Default Browser in Windows 11
If you prefer using Chrome, Firefox, Brave, or another browser instead of Microsoft Edge, you...
By techhub 2026-02-27 13:15:42 0 615
Tech
How to Turn Off Mouse Acceleration in Windows 11
Mouse acceleration (called Enhance pointer precision in Windows) changes how far your cursor...
By techhub 2026-02-27 13:15:42 0 461
Tech
Elon Musk’s Grok AI Chatbot Ranks Worst in Countering Antisemitic Content, ADL Study Finds
A recent independent study by the Anti-Defamation League (ADL) has found that Elon Musk’s Grok...
By techhub 2026-02-27 13:15:46 0 751