How To Install quarry on Fedora 34
Introduction
In this tutorial we learn how to install quarry
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install quarry.
Install quarry on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install quarry
using dnf
by running the following command:
sudo dnf -y install quarry
Install quarry on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the quarry
package we can use the following command:
sudo dnf remove quarry
quarry Package Contents on Fedora 34
/usr/bin/quarry
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/c696e9720f2697c873f21c7236d346080d5887
/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 34 using yum and dnf.