Wireshark
What is it?
Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.
Installation
First add the wireshark repository to your apt
1 |
sudo add-apt-repository ppa:wireshark-dev/stable |
After that, you can easily use sudo apt-get install
1 2 3 |
sudo apt-get update sudo apt-get install wireshark |
Run
Uninstallation
If you want to uninstall Wireshark you can use bellow command.
1 2 3 |
sudo apt-get remove --autoremove wireshark sudo apt-get remove --autoremove wireshark wireshark-* |