
In this article, we have installed Wireshark, which allows you to perform network packet analysis on a Linux-based operating system. To completely uninstall Wireshark from your Linux system, you can watch the video below and also subscribe to our YouTube channel to support us! Wireshark is a network traffic analyzer, or sniffer, for Linux, macOS, BSD and other Unix and Unix-like operating systems and for Windows. If there is a file for Wireshark, delete it with the sudo rm -rf command. Press Y to confirm Wireshark removal, and then press Enter.Ĭheck again the location where Wireshark is installed. sudo apt-get remove -autoremove wireshark wireshark-*
#Setup wireshark linux install#
Firstly, you can install wireshark as a graphical user interface application. In the terminal, execute sudo apt-get remove –autoremove wireshark wireshark-*. Wireshark exists in two forms onRHEL 8 / CentOS 8 Linux. There are ways around this, but for simplicity, run it with elevated privileges. In the wireshark graphical interface, choose an. Note: You must either run Wireshark as root or use sudo to run it. If you want to start wireshark in application menu, you have to log out of the current session and log back in.

To view the locations where Wireshark is installed, execute the “whereis wireshark” command at the Terminal. Now start the wireshark program from the terminal: Archlinux: wireshark-gtk or wireshark-qt Debian/Ubuntu: wireshark Fedora: wireshark Elementary OS: wireshark. The easiest way to uninstall it is to use Terminal.įollow the steps below to remove Wireshark from Linux.
#Setup wireshark linux Pc#
You can use Terminal or Package Manager to uninstall Wireshark on PC completely. You can watch the video below to set up Wireshark step by step and also subscribe to our YouTube channel to support us!

We recommend that you do not allow non-superusers to perform packet analysis on a secure computer.Īfter you have successfully installed Wireshark, you can check the version of the program in Help / About. If you want to allow non-superusers to perform packet analysis on the network, press Yes. Press Y to allow the installation of dependent packages for Wireshark, and then press Enter. Starting wireshark installation From the terminal, execute sudo apt-get install wireshark.
#Setup wireshark linux update#
To update the package list, execute sudo apt-get update.

sudo add-apt-repository ppa:wireshark-dev/stable To add Wireshark to the Repository, open Terminal and perform the following command, then press Enter.
