How To Install puzzle-master on Fedora 36
Introduction
In this tutorial we learn how to install puzzle-master
on Fedora 36.
What is puzzle-master
puzzle-master is a jigsaw puzzle game that lets you use your own images (and contains some built-in ones) for generating puzzles. You can decide the size and the difficulty of the puzzle.
We can use yum
or dnf
to install puzzle-master
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install puzzle-master.
Install puzzle-master 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 puzzle-master
using dnf
by running the following command:
sudo dnf -y install puzzle-master
Install puzzle-master 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 puzzle-master
using yum
by running the following command:
sudo yum -y install puzzle-master
How To Uninstall puzzle-master on Fedora 36
To uninstall only the puzzle-master
package we can use the following command:
sudo dnf remove puzzle-master
puzzle-master Package Contents on Fedora 36
/usr/bin/puzzle-master
/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/eb07a1414fc2c2b0e4a4dda7bef5bf60fe505b
/usr/share/appdata/puzzle-master.appdata.xml
/usr/share/applications/puzzle-master.desktop
/usr/share/doc/puzzle-master
/usr/share/doc/puzzle-master/LICENSE
/usr/share/doc/puzzle-master/LICENSE-DOCS
/usr/share/icons/hicolor/scalable/apps/puzzle-master.svg
References
Summary
In this tutorial we learn how to install puzzle-master
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).