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,080 times
0
Frenzy
- 1
- 1
-
1Did you install it correctly? Please try `sudo apt install wireshark-qt` and report back. – Raffles Jul 01 '21 at 20:41
-
@Raffles - thanks for your suggestion, I have installed it using that command. – Frenzy Jul 07 '21 at 12:49
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
- 672
- 4
- 10