How To Install quarry on Fedora 36
Introduction
In this tutorial we learn how to install quarry
on Fedora 36.
What is quarry
Quarry is a multi-purpose GUI for several board games, at present Go, Amazons and Reversi. It allows users to play against computer players (third-party programs, e.g. GNU Go or GRhino) or other humans, view and edit game records. Future versions will also support Internet game servers and provide certain features for developers of board game-playing engines for enhancing their programs.
We can use yum
or dnf
to install quarry
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install quarry.
Install quarry 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 quarry
using dnf
by running the following command:
sudo dnf -y install quarry
Install quarry 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 quarry
using yum
by running the following command:
sudo yum -y install quarry
How To Uninstall quarry on Fedora 36
To uninstall only the quarry
package we can use the following command:
sudo dnf remove quarry
quarry Package Contents on Fedora 36
/usr/bin/quarry
/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/3d367946a5baa011d7c3c92466c96e2979bf2d
/usr/share/applications/quarry.desktop
/usr/share/doc/quarry
/usr/share/doc/quarry/AUTHORS
/usr/share/doc/quarry/COPYING
/usr/share/doc/quarry/COPYING-DOC
/usr/share/doc/quarry/ChangeLog
/usr/share/doc/quarry/NEWS
/usr/share/doc/quarry/README
/usr/share/doc/quarry/THANKS
/usr/share/doc/quarry/TODO
/usr/share/locale/en/LC_MESSAGES/quarry.mo
/usr/share/locale/en_GB/LC_MESSAGES/quarry.mo
/usr/share/locale/fr/LC_MESSAGES/quarry.mo
/usr/share/locale/pl/LC_MESSAGES/quarry.mo
/usr/share/locale/ru/LC_MESSAGES/quarry.mo
/usr/share/mime/packages/quarry.xml
/usr/share/omf/quarry
/usr/share/omf/quarry/quarry-C.omf
/usr/share/pixmaps/quarry.png
/usr/share/quarry
/usr/share/quarry/gtkrc
/usr/share/quarry/help
/usr/share/quarry/help/C
/usr/share/quarry/help/C/authors.xml
/usr/share/quarry/help/C/fdl.xml
/usr/share/quarry/help/C/figures
/usr/share/quarry/help/C/figures/board-window.png
/usr/share/quarry/help/C/figures/control-center.png
/usr/share/quarry/help/C/legal.xml
/usr/share/quarry/help/C/quarry.html
/usr/share/quarry/help/C/quarry.xml
/usr/share/quarry/help/quarry-help.css
/usr/share/quarry/markup-themes
/usr/share/quarry/markup-themes/bold
/usr/share/quarry/markup-themes/bold/circle.svg
/usr/share/quarry/markup-themes/bold/cross.svg
/usr/share/quarry/markup-themes/bold/last-move.svg
/usr/share/quarry/markup-themes/bold/selected.svg
/usr/share/quarry/markup-themes/bold/square.svg
/usr/share/quarry/markup-themes/bold/theme.cfg
/usr/share/quarry/markup-themes/bold/triangle.svg
/usr/share/quarry/markup-themes/default
/usr/share/quarry/markup-themes/default/circle.svg
/usr/share/quarry/markup-themes/default/cross.svg
/usr/share/quarry/markup-themes/default/last-move.svg
/usr/share/quarry/markup-themes/default/selected.svg
/usr/share/quarry/markup-themes/default/square.svg
/usr/share/quarry/markup-themes/default/theme.cfg
/usr/share/quarry/markup-themes/default/triangle.svg
/usr/share/quarry/markup-themes/filled
/usr/share/quarry/markup-themes/filled/circle.svg
/usr/share/quarry/markup-themes/filled/cross.svg
/usr/share/quarry/markup-themes/filled/last-move.svg
/usr/share/quarry/markup-themes/filled/selected.svg
/usr/share/quarry/markup-themes/filled/square.svg
/usr/share/quarry/markup-themes/filled/theme.cfg
/usr/share/quarry/markup-themes/filled/triangle.svg
/usr/share/quarry/textures
/usr/share/quarry/textures/wood1.jpg
/usr/share/quarry/textures/wood2.jpg
References
Summary
In this tutorial we learn how to install quarry
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).