On 02/17/2017 05:43 PM, Ed Greshko wrote:
> On 02/18/17 09:21, Joe Zeff wrote:
>> On 02/17/2017 10:40 AM, Bob Goodwin wrote:
>>> What am I doing wrong?
>>>
>>> # wireshark
>>> bash: wireshark: command not found
>>
>> whereis wireshark
> 
> Of course that only works if you actually have the package installed.
> 
> dnf whatprovides *bin/wireshark
> 
> I've found the above tends to provide more initial help.

I think this has been resolved. "dnf install wireshark" does not
install the GUI. The description says it's a meta package that is
supposed to pull in wireshark-cli and wireshark-qt, but only
wireshark-cli is listed as a prerequisite. The symlink chain:

        /usr/sbin/wireshark -> /etc/alternatives/wireshark ->
                /usr/sbin/wireshark-gtk OR
                /usr/sbin/wireshark-qt

is provided by either wireshark-gtk or wireshark-qt, respectively.

So, you need to install wireshark-[gtk|qt] (depending on your desires)
for the GUI to work. I have the GTK version and it lists both wireshark
and wireshark-cli as prerequisites. Does it pull them in when you
install wireshark-gtk? I don't know as I can't recall how I installed
it in the first place (it was long ago...this machine started out as
F20 way back when and it's been upgraded to F25 via yum/dnf in several
steps).

The OP (Bob G.) did a "dnf install wireshark-qt" and it seems
functional for him at this time.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -
-                                                                    -
-      On a scale of 1 to 10 I'd say...  oh, somewhere in there.     -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to