Skip to content

Instantly share code, notes, and snippets.

@glegoux
Created October 2, 2018 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glegoux/826f5c00aa3dfbefa136e5e940819b7c to your computer and use it in GitHub Desktop.
Save glegoux/826f5c00aa3dfbefa136e5e940819b7c to your computer and use it in GitHub Desktop.
[Bash] Install and configure wireshark on Ubuntu
#!/usr/bin/env bash
sudo apt -y install wireshark
sudo dpkg-reconfigure wireshark-common
# run wireshark without sudo
# add current user in wireshark group
sudo usermod -a -G wireshark $USER
gnome-session-quit --logout --no-prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment