![]() | 1 | initial version |
To set up Wireshark on Ubuntu, update your package list with sudo apt update, then install Wireshark using sudo apt install wireshark. During the installation, select "Yes" when prompted about non-superusers capturing packets. After installation, run sudo dpkg-reconfigure wireshark-common, select "Yes" again to allow non-superusers to capture packets, and add your user to the wireshark group with sudo usermod -a -G wireshark $USER.