How To Install grhino on Fedora 36
Introduction
In this tutorial we learn how to install grhino
on Fedora 36.
What is grhino
GRhino, or Rhino its former name, is a Reversi game on Linux and other UNIX-like systems as long as GNOME 2 libraries are installed. It is currently under development and a new version is available occasionally. What distinguish GRhino from most other Reversi games is that GRhino will be targeted for experienced Reversi players. Strong AI is the main focus with some additional good, useful features (like an endgame solver) is planned. The ultimate target strength of the AI is that it should be able to beat the best human player at the highest difficulty level. Beating Logistello (the strongest program available) is not in the plan GRhino supports the Go/Game Text Protocol (GTP), allowing it to be used as an engine for a GTP-compliant controller like Quarry.
We can use yum
or dnf
to install grhino
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install grhino.
Install grhino 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 grhino
using dnf
by running the following command:
sudo dnf -y install grhino
Install grhino 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 grhino
using yum
by running the following command:
sudo yum -y install grhino
How To Uninstall grhino on Fedora 36
To uninstall only the grhino
package we can use the following command:
sudo dnf remove grhino
grhino Package Contents on Fedora 36
/usr/bin/grhino
/usr/bin/gtp-rhino
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/dc080e96ff7c2095eb77b59eb005b2efbf1ff0
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/4daa28b00ae78e8884b0e0b0fb4ce241f333e0
/usr/share/applications/grhino.desktop
/usr/share/doc/grhino
/usr/share/doc/grhino/ChangeLog
/usr/share/doc/grhino/NEWS
/usr/share/doc/grhino/README
/usr/share/doc/grhino/TODO
/usr/share/gnome/help/grhino
/usr/share/gnome/help/grhino/C
/usr/share/gnome/help/grhino/C/figures
/usr/share/gnome/help/grhino/C/figures/gamelist.png
/usr/share/gnome/help/grhino/C/figures/history.png
/usr/share/gnome/help/grhino/C/figures/mainwindow.png
/usr/share/gnome/help/grhino/C/figures/pattern.png
/usr/share/gnome/help/grhino/C/figures/prefs-ai.png
/usr/share/gnome/help/grhino/C/figures/prefs-board.png
/usr/share/gnome/help/grhino/C/figures/prefs-theme.png
/usr/share/gnome/help/grhino/C/figures/toolbar-edit.png
/usr/share/gnome/help/grhino/C/grhino.xml
/usr/share/gnome/help/grhino/C/legal.xml
/usr/share/grhino-0.16.1
/usr/share/grhino-0.16.1/book
/usr/share/grhino-0.16.1/book/book.bin
/usr/share/grhino-0.16.1/pattern
/usr/share/grhino-0.16.1/pattern/corner5x2.bin
/usr/share/grhino-0.16.1/pattern/diag1.bin
/usr/share/grhino-0.16.1/pattern/diag2.bin
/usr/share/grhino-0.16.1/pattern/diag3.bin
/usr/share/grhino-0.16.1/pattern/diag4.bin
/usr/share/grhino-0.16.1/pattern/diag5.bin
/usr/share/grhino-0.16.1/pattern/row1.bin
/usr/share/grhino-0.16.1/pattern/row2.bin
/usr/share/grhino-0.16.1/pattern/row3.bin
/usr/share/grhino-0.16.1/pattern/row4.bin
/usr/share/grhino-0.16.1/theme
/usr/share/grhino-0.16.1/theme/small
/usr/share/grhino-0.16.1/theme/small/black.xpm
/usr/share/grhino-0.16.1/theme/small/black_last.xpm
/usr/share/grhino-0.16.1/theme/small/bottom.xpm
/usr/share/grhino-0.16.1/theme/small/empty.xpm
/usr/share/grhino-0.16.1/theme/small/highlight_black.xpm
/usr/share/grhino-0.16.1/theme/small/highlight_empty.xpm
/usr/share/grhino-0.16.1/theme/small/highlight_white.xpm
/usr/share/grhino-0.16.1/theme/small/hint_black.xpm
/usr/share/grhino-0.16.1/theme/small/hint_white.xpm
/usr/share/grhino-0.16.1/theme/small/left.xpm
/usr/share/grhino-0.16.1/theme/small/right.xpm
/usr/share/grhino-0.16.1/theme/small/top.xpm
/usr/share/grhino-0.16.1/theme/small/white.xpm
/usr/share/grhino-0.16.1/theme/small/white_last.xpm
/usr/share/licenses/grhino
/usr/share/licenses/grhino/COPYING
/usr/share/locale/en_GB/LC_MESSAGES/grhino.mo
/usr/share/omf/grhino
/usr/share/omf/grhino/grhino-C.omf
/usr/share/pixmaps/grhino.png
References
Summary
In this tutorial we learn how to install grhino
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).