How To Install fillets-ng on Fedora 36
Introduction
In this tutorial we learn how to install fillets-ng on Fedora 36.
What is fillets-ng
Fish Fillets is strictly a puzzle game. The goal in every of the seventy levels is always the same witty remarks about their surroundings, the various inhabitants of their underwater realm quarrel among themselves or comment on the efforts of your fish. The whole game is accompanied by quiet, comforting music.
We can use yum or dnf to install fillets-ng on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fillets-ng.
Install fillets-ng 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 fillets-ng using dnf by running the following command:
sudo dnf -y install fillets-ng
Install fillets-ng 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 fillets-ng using yum by running the following command:
sudo yum -y install fillets-ng
How To Uninstall fillets-ng on Fedora 36
To uninstall only the fillets-ng package we can use the following command:
sudo dnf remove fillets-ng
fillets-ng Package Contents on Fedora 36
/usr/bin/fillets
/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/20645b8c0ed3ca08e6c03fae9ca653282f2238
/usr/share/applications/fillets.desktop
/usr/share/doc/fillets-ng
/usr/share/doc/fillets-ng/AUTHORS
/usr/share/doc/fillets-ng/ChangeLog
/usr/share/doc/fillets-ng/NEWS
/usr/share/doc/fillets-ng/README
/usr/share/doc/fillets-ng/TODO
/usr/share/icons/hicolor/scalable/apps/fillets.svg
/usr/share/licenses/fillets-ng
/usr/share/licenses/fillets-ng/COPYING
/usr/share/man/man6/fillets.6.gz
/usr/share/metainfo/fillets.appdata.xml
References
Summary
In this tutorial we learn how to install fillets-ng on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).