Use this command to install wireshark.
sudo apt install wireshark |
Change the access right of wireshark , so far wireshark can access your network adapter.
sudo usermod –a -G wireshark $USER |
Login again.
you will see a wireshark icon.
Done!The wireshark can use the network adapter.