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/

Căutare
Categorii
Citeste mai mult
Tech
How to Change Virtual Desktops in Windows 11
Virtual desktops in Windows 11 let you organize your work by separating apps into different...
By techhub 2026-02-27 13:15:42 0 507
Tech
Why Big Social Media Feels Fake Now
Not long ago, social media felt personal. You followed people you knew, saw posts in real time,...
By Luckyy 2026-01-02 18:23:16 0 2K
Tech
Windows 11 Tutorial: A Complete Beginner’s Guide
Windows 11 is Microsoft’s modern, simplified, and visually polished operating system...
By Luckyy 2025-11-23 21:43:15 0 875
Tech
Google Patches High-Severity WebView Vulnerability (CVE-2026-0628) — Update Now
Google has released an urgent security update to fix a high-severity vulnerability in the Chrome...
By techhub 2026-02-27 13:15:47 0 864
Tech
YouTube Deletes Major “AI Slop” Channels in Platform Crackdown
YouTube has begun removing some of the platform’s largest so-called “AI slop” channels in a...
By techhub 2026-02-27 13:15:45 0 421