Installation of Wireshark on Linux Mint

Wireshark is a popular open-source network protocol analyzer that is used by network administrators to diagnose and troubleshoot network issues. In this tutorial, you will learn how to install Wireshark on Linux Mint.

Step 1: Update the System

Before installing any new software, it is always recommended to update the system. To do this, open the terminal and run the following command:

sudo apt update && sudo apt upgrade

Step 2: Add Wireshark Repository

By default, Wireshark is not included in the Linux Mint repository. However, it is available in the Wireshark repository. To add the Wireshark repository, run the following command in the terminal:

sudo add-apt-repository ppa:wireshark-dev/stable

Step 3: Install Wireshark

Once the repository has been added, install Wireshark by executing the following command:

sudo apt install wireshark

During the installation process, you will be prompted to choose whether or not non-superusers are allowed to capture packets. If you select "Yes," non-superusers will be allowed to capture packets, but they will still need to have the appropriate permissions.

Step 4: Enable Capturing for Non-Superusers

If you selected "Yes" in the previous step, you will need to add your user to the wireshark group to enable capturing for non-superusers. To do this, run the following command:

sudo usermod -a -G wireshark $USER

After running this command, log out and log back in for the changes to take effect.

Step 5: Launch Wireshark

To launch Wireshark, open the terminal and run the following command:

wireshark

Alternatively, you can launch Wireshark from the applications menu.

Conclusion

Congratulations! You have successfully installed Wireshark on Linux Mint, and you are now ready to start analyzing network traffic. Keep in mind that Wireshark can capture and display sensitive information, so make sure to use it responsibly and with proper authorization.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!

Alternatively, for the best virtual desktop, try Shells!