Answers for "installing wireshark on linux\"

10

install wireshark on ubuntu

$ sudo apt update
$ sudo apt install wireshark
$ sudo usermod -aG wireshark $(whoami)
$ sudo reboot
Posted by: Guest on September-15-2020

Code answers related to "installing wireshark on linux\"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language