Member
adelia
How to install wireshark on linux?
mose
@adelia 1. Open up a Terminal window and update your package list by typing in:
1 2 3 4 5 6
sudo apt-get update # install Wireshark sudo apt-get install wireshark wireshark
You're done!