From: John Doe jdmls@yahoo.com
From: Jerry Geis
I did a "yum -y install wireshark" and it was successful. After the is type "wireshark" and nothing. Is there a problem with this package or am I missing something.
rpm -ql wireshark | grep bin/
In fact, maybe you wanted the graphical interface (which has a 'wireshark' binary)... yum install wireshark-gnome
JD