Is there a way to install tshark on RHEL machines using yum install?

when i did: yum install tshark

I got back:

Setting up Install Process
No package tshark available.
Nothing to do

When i did: yum list tshark I got back:

 Loaded plugins: rhnplugin, security
Error: No matching Packages to list
link|improve this question

Are you certain tshark is available via the RHEL repositories? – sarnold Nov 23 '11 at 4:39
Thats what im not sure of. Is there an alternate way of installing it? – Chander Shivdasani Nov 23 '11 at 4:55
need to be at superuser.com – Mithun Nov 23 '11 at 10:04
feedback

1 Answer

The problem seems to be solved. To install tshark(CLI of wireshark) just do following:

sudo yum install wireshark

This will install tshark in /usr/sbin/tshark

To install wireshark with gui, do the following:

sudo yum install wireshark-gnome
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.