Wireshark

Archlinux

  1. To install in Archlinux,
yay wireshark

for GUI, install the wireshark-qt one.

  1. Add your user to the wireshark usergroup.
sudo usermod -a -G wireshark $(whoami)
  1. And re-login and reboot.