I created a brand new Ubuntu vm with beaver GUI but can't install wireshark on it.
I used the steps provided on this answer to get wireshark from ppa, but I get errors of dependencies or something...
STEPS:
$ sudo add-apt-repository ppa:wireshark-dev/stable
$ sudo apt-get update
$ sudo apt-get install wireshark
EDIT 1:
I tried to install wireshark-qt
but I get the same type of error...
EDIT 2: I tried solutions from this post, but none seem to help my case.
$ sudo apt-get autoremove
$ sudo apt-get update
You're trying to install from the Wireshark development PPA. It probably needs resources that are not available on 18.04.1.
Update #1:
There could also be a problem with "Beaver GUI"... I'm not familiar with it. Sounds like GNOME desktop.
This originally started as a server install, and other resources may be missing that are required for Wireshark.
Remove or disable the PPA.
Then checkmark the following Ubuntu repositories... and reload the databases on quit...
Then install Wireshark from Synaptic, the Software Center, or...
In
terminal
...sudo apt-get update
# update the software databasessudo apt-get install wireshark
# install wiresharkTry this:
Then install with: