Does anybody have experience installing Wireshark from different Linux distrubution than Fedora or is there an second option I haven’t considdered like Fedoras own packet snippet ?
You have two options:
-
Fedora repo: Overview - rpms/wireshark - src.fedoraproject.org
(sudo dnf install wireshark
) -
Flatpak: Flathub—An app store and build service for Linux
(flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && flatpak install flathub org.wireshark.Wireshark
)
4 Likes
Thank you. I will have a look on that.
I did the install from the Flathub.It works very well. I’m very gratefull.
Wireshark install works on Fedora 34
2 Likes