How to Install and Use Wireshark on Ubuntu 22.04?

Aug 31, 2022 . Admin



Hi Guys,

This post will give you example of How to Install and Use Wireshark Ubuntu 22.04?. We will look at example of Install Wireshark on Ubuntu 22.04. Here you will learn Ubuntu 22.04 Install Wireshark. you'll learn Install and Use Wireshark in Ubuntu 22.04. Let's see bellow example Steps to Install Wireshark on Ubuntu 22.04.

You can use this post for ubuntu 14.04, ubuntu 16.04, ubuntu 18.4, ubuntu 20.04, ubuntu 21 and ubuntu 22.04 versions.

Follow the following steps to install and use Wireshark on Linux ubuntu 22.04 using terminal:

Step 1: Update System Dependencies

Step 2: Install WireShark

Step 3: Verify WireShark Installation

Step 4: Launch WireShark

Step 5: Uninstall WireShark

Step 1: Update System Dependencies

Open terminal and execute the following command on command line to update the core libraries:

sudo apt update
Step 2: Install WireShark

Execute the following command on command line to install wireshark on linux ubuntu system:

sudo apt install wireshark
Step 3: Verify WireShark Installation

Verify the installation of the Wireshark on Ubuntu 22.04 by using the following command on command line:

wireshark --version
Step 4: Launch WireShark

Execute the following command on command line to launch Wireshark on ubuntu:

sudo wireshark
Step 5: Uninstall WireShark

Execute the following command on command line to uninstall or removed from Ubuntu 22.04:

sudo apt autoremove wireshark
#Ubuntu