How To Install fwknop-gui on Fedora 36
Introduction
In this tutorial we learn how to install fwknop-gui on Fedora 36.
What is fwknop-gui
Fwknop-gui is a cross platform gui that can save and send knocks to a server running fwknopd.
We can use yum or dnf to install fwknop-gui on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fwknop-gui.
Install fwknop-gui on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install fwknop-gui using dnf by running the following command:
sudo dnf -y install fwknop-gui
Install fwknop-gui on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install fwknop-gui using yum by running the following command:
sudo yum -y install fwknop-gui
How To Uninstall fwknop-gui on Fedora 36
To uninstall only the fwknop-gui package we can use the following command:
sudo dnf remove fwknop-gui
fwknop-gui Package Contents on Fedora 36
/usr/bin/fwknop-gui
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/c5657eb4ab025789c16b09cb2975f44dc2dd3e
/usr/share/appdata/fwknop-gui.appdata.xml
/usr/share/applications/fwknop-gui.desktop
/usr/share/fwknop-gui
/usr/share/fwknop-gui/help.html
/usr/share/licenses/fwknop-gui
/usr/share/licenses/fwknop-gui/LICENSE
/usr/share/man/man8/fwknop-gui.8.gz
/usr/share/pixmaps/fwknop-gui.png
References
Summary
In this tutorial we learn how to install fwknop-gui on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).