Skip to content

Instantly share code, notes, and snippets.

@rakibulinux
Created February 10, 2020 16:56
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 rakibulinux/74138127e0b7c1a62cd127bb6419f5e0 to your computer and use it in GitHub Desktop.
Save rakibulinux/74138127e0b7c1a62cd127bb6419f5e0 to your computer and use it in GitHub Desktop.
How to Install and Use Wireshark on Ubuntu
#!/bin/sh
sudo apt update
sudo apt install wireshark
#If you want you can create account for wireshark
sudo usermod -aG wireshark $(whoami)
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment