Where is wireshark?
Hi All,
I just installed wireshark:
# dnf --enablerepo=* install wireshark
Where the heck (not my actual word) did it go? I can't find the turkey (again, not my actual word).
-T
Hi All,
I just installed wireshark:
# dnf --enablerepo=* install wireshark
Where the heck (not my actual word) did it go? I can't find the turkey (again, not my actual word).
-T
"wireshark" package doesn't contain the GUI, you need to install wireshark-gtk
or wireshark-qt
if you want an application to run.
Hi.
Fedora Magazine provides a good tutorial in case you are wondering.
https://fedoramagazine.org/how-to-ins...
Thanks
I ended up here because in Fedora 29 the wireshark-qt
does not exist. I found out that it was actually deprecated. the wireshark
package now installs the GUI with a wireshark-cli
package as a dependency.
All of the guides to install Wireshark need updating.
Asked: 2017-12-29 01:44:27 -0600
Seen: 1,503 times
Last updated: Dec 29 '17
"dnf search wireshark" can be useful