How To Install nudoku on Fedora 36
In this tutorial we learn how to install nudoku in Fedora 36. nudoku is Ncurses based Sudoku game
Introduction
In this tutorial we learn how to install nudoku on Fedora 36.
What is nudoku
nudoku is a ncurses based Sudoku game.
We can use yum or dnf to install nudoku on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nudoku.
Install nudoku 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 nudoku using dnf by running the following command:
sudo dnf -y install nudoku
Install nudoku 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 nudoku using yum by running the following command:
sudo yum -y install nudoku
How To Uninstall nudoku on Fedora 36
To uninstall only the nudoku package we can use the following command:
sudo dnf remove nudoku
nudoku Package Contents on Fedora 36
/usr/bin/nudoku
/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/003dc14ab9516409e8a0fd20b5cabb5f29477f
/usr/share/doc/nudoku
/usr/share/doc/nudoku/README.md
/usr/share/licenses/nudoku
/usr/share/licenses/nudoku/LICENSE
/usr/share/locale/de/LC_MESSAGES/nudoku.mo
/usr/share/locale/es/LC_MESSAGES/nudoku.mo
/usr/share/locale/fr/LC_MESSAGES/nudoku.mo
/usr/share/locale/ja/LC_MESSAGES/nudoku.mo
/usr/share/locale/ru/LC_MESSAGES/nudoku.mo
/usr/share/man/man6/nudoku.6.gz
References
Summary
In this tutorial we learn how to install nudoku on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).