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