Wednesday, October 3, 2012

-bash: tshark: command not found [SOLVED]

You have installed wireshark but when trying to run the CLI version, tshark, you get:

-bash: tshark: command not found

1) Make sure tshark is there

$ locate tshark
      /usr/sbin/tshark
      /usr/share/man/man1/tshark.1.gz
      /usr/share/wireshark/tshark.html

2) You need to be root
$ su -
$ tshark


If you would like a tutorial about tshark, let me know posting a comment.

1 comment: