How To Install gnubik on Fedora 36

In this tutorial we learn how to install gnubik in Fedora 36. gnubik is 3D interactive graphics puzzle

Introduction

In this tutorial we learn how to install gnubik on Fedora 36.

What is gnubik

GNUbik is a GNU package. It is a 3D interactive graphics puzzle. It renders an image of a magic cube (similar to a rubik cube) and you attempt to solve it.

We can use yum or dnf to install gnubik on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gnubik.

Install gnubik 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 gnubik using dnf by running the following command:

sudo dnf -y install gnubik

Install gnubik 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 gnubik using yum by running the following command:

sudo yum -y install gnubik

How To Uninstall gnubik on Fedora 36

To uninstall only the gnubik package we can use the following command:

sudo dnf remove gnubik

gnubik Package Contents on Fedora 36

/usr/bin/gnubik
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/234d1e3b88bc1a20932d81defa12f65e6bab9b
/usr/share/applications/gnubik.desktop
/usr/share/doc/gnubik
/usr/share/doc/gnubik/AUTHORS
/usr/share/doc/gnubik/ChangeLog
/usr/share/doc/gnubik/NEWS
/usr/share/doc/gnubik/README
/usr/share/doc/gnubik/TODO
/usr/share/gnubik
/usr/share/gnubik/scripts
/usr/share/gnubik/scripts/debug.scm
/usr/share/gnubik/scripts/flubrd.scm
/usr/share/gnubik/scripts/mellor-solve.scm
/usr/share/gnubik/scripts/rand.scm
/usr/share/icons/hicolor/16x16/apps/gnubik.png
/usr/share/icons/hicolor/22x22/apps/gnubik.png
/usr/share/icons/hicolor/32x32/apps/gnubik.png
/usr/share/icons/hicolor/48x48/apps/gnubik.png
/usr/share/info/gnubik.info.gz
/usr/share/licenses/gnubik
/usr/share/licenses/gnubik/COPYING
/usr/share/locale/LC_MESSAGES/gnubik.mo
/usr/share/man/man6/gnubik.6.gz

References

Summary

In this tutorial we learn how to install gnubik on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).