I am trying to install wireshark with help from this youtube video
sudo apt-get install wireshark libcap2-bin
sudo groupadd wireshark
sudo usermod -a -G wireshark debbase
But I faced a problem when I ran the command sudo usermod -a -G wireshark debbase
. It gives the error:
user 'debbase' does not exist
What should I do?