How to install wireshark in Ubuntu 18.04
Dowanlod
the latest reposotory from :
https://launchpad.net/~wireshark-dev/+archive/ubuntu/stable
Open
terminal and type the commands:
-
sudo apt-get install wireshark
-
sudo dpkg-reconfigure wireshark-common
-
sudo adduser $USER wireshark
-
wireshark
if
you getting wireshark running error, so close it and then just do the
following
-
Go to usr/share/wireshark
-
Open init.lua with a text editor
-
Change disable_lua = false to disable_lua = true
https://osqa-ask.wireshark.org/questions/16343/install-wireshark-on-ubuntu
Comments