How to Install Wireshark on Ubuntu 18.04 LTS?
What is Wireshark?
Wireshark is free and open source Network packet analyzer. For more info:
https://en.wikipedia.org/wiki/Wireshark
Step 1: Open Terminal.
Step 2: Add the Wireshark stable official PPA:-
sudo add-apt-repository ppa:wireshark-dev/stable
Step 3: Update the repository:
sudo apt update
Step 4: Install Wireshark:-
sudo apt install wireshark
After Installation, Execute the command below so that non-root users can also capture the live packets.
sudo chmod +x /usr/bin/dumpcap
Thanks for watching, please like and subscribe
==============================================
https://www.facebook.com/HowtoTutorialsByAmit/