please I am new to Ubuntu and I have installed wireshark
as one of the packages I need in my Core-Network emulator. However, when I also used apt list --installed
command to display all the installed packages, I was able to confirm that wireshark is one of the packages but surprisingly, when I tried to call it by using wireshark
in the terminal, the error message I get is Command 'wireshark' not found, but can be installed with:
sudo apt install wireshark-qt
Having already installed wireshark, please what should I do?
Asked
Active
Viewed 1,880 times
0

Frenzy
- 1
1 Answers
0
You can also install it with Synaptic Package Manager. I just installed it and it works just fine. What I noticed is that when I installed it with Synaptic (which requires superuser privileges) it asked me if I would allow non-superusers to have access to it, which I denied. So only a superuser can run it.

Raffles
- 768
sudo apt install wireshark-qt
and report back. – Raffles Jul 01 '21 at 20:41