I installed Wireshark but in the end I didn't use it and wanted to remove it. I installed it from Software center so I tried removing it from there and it didn't work, when I hit remove it just asks for password and for brief moment "removing" appears and just throws back to buttons to remove and launch. I then tried what was suggested in this question How to remove Wireshark from my Ubuntu 16.04 LTS? and bloody thing is still here.
Now when I run sudo apt-get remove wireshark
it says it is not installed and yet I am able to open it, it is also present on list of installed software in Software center.
How do I remove it?
snap list
will list your snaps;snap remove <snapname>
will remove it. – guiverc Aug 22 '19 at 23:55