xxxxxxxxxx
# Get Latest Wireshark version
sudo add-apt-repository ppa:wireshark-dev/stable
sudo apt update
sudo apt install wireshark
xxxxxxxxxx
$ sudo apt update
$ sudo apt install wireshark
$ sudo usermod -aG wireshark $(whoami)
$ sudo reboot
xxxxxxxxxx
sudo add-apt-repository ppa:wireshark-dev/stable
sudo apt-get update
sudo apt-get install wireshark