Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 2734  / 1 Year ago, thu, january 12, 2023, 2:42:15

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?


More From » wireshark

 Answers
4

In this example, debbase is the provided username. Replace it with your username. This would be the one you entered when you installed and set up Ubuntu.



You can also find your username by entering a shell and typing:



whoami


What that command does is adds the user debbase to the group wireshark


[#34727] Saturday, January 14, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nosaurindb

Total Points: 266
Total Questions: 113
Total Answers: 120

Location: Ecuador
Member since Tue, Jul 26, 2022
2 Years ago
;