Complete the following steps to install Wireshark on your operating system:
- Go to the Wireshark download page.
- Click the release package for your operating system from the Stable Release list. The download starts automatically.
- Install the package.
- Go to the Wireshark download page.
- Click the release package for your operating system from the Stable Release list. The download starts automatically.
- Install the package.
- Download the Wireshark standard package or the latest stable PPA for Ubuntu Linux distribution from the Wireshark download page.
- Install the package on your computer.
- Click Yes when the installer asks you if non-superusers should be able to capture packets.
This ensures that packet capture is available to all users in the
wiresharksystem group. - Add the correct user to the
wiresharkuser group. For example, typesudo usermod -a -G wireshark $USER. - Add the correct user to the
dialoutuser group. For example, typesudo usermod -a -G dialout $USER. -
Restart your computer to apply the new user group settings.
Note
Logging out might not be enough for changes to take effect.