How To Install brutalchess on Fedora 36
Introduction
In this tutorial we learn how to install brutalchess
on Fedora 36.
What is brutalchess
BrutalChess features full 3D graphics, an advanced particle engine, and several different levels of intelligent AI, inspired by the once popular “Battle Chess” released by Interplay circa 1988.
We can use yum
or dnf
to install brutalchess
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install brutalchess.
Install brutalchess 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 brutalchess
using dnf
by running the following command:
sudo dnf -y install brutalchess
Install brutalchess 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 brutalchess
using yum
by running the following command:
sudo yum -y install brutalchess
How To Uninstall brutalchess on Fedora 36
To uninstall only the brutalchess
package we can use the following command:
sudo dnf remove brutalchess
brutalchess Package Contents on Fedora 36
/usr/bin/brutalchess
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/87ef9a0d5da0123cca74a046e792a3c36ada60
/usr/lib/.build-id/76
/usr/lib/.build-id/76/e049144d8f6685a80db66c2315cf3ba41e4097
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/23cb1b97a3c268b1e9edab7a1c27d0b89ba744
/usr/libexec/md3view
/usr/libexec/objview
/usr/share/applications/brutalchess.desktop
/usr/share/brutalchess
/usr/share/brutalchess/art
/usr/share/brutalchess/art/brutalchesslogo.png
/usr/share/brutalchess/art/marblehugeblack.png
/usr/share/brutalchess/art/marblehugewhite.png
/usr/share/brutalchess/models
/usr/share/brutalchess/models/bishop.obj
/usr/share/brutalchess/models/debug.obj
/usr/share/brutalchess/models/king.obj
/usr/share/brutalchess/models/knight.obj
/usr/share/brutalchess/models/pawn.obj
/usr/share/brutalchess/models/queen.obj
/usr/share/brutalchess/models/rook.obj
/usr/share/doc/brutalchess
/usr/share/doc/brutalchess/AUTHORS
/usr/share/doc/brutalchess/ChangeLog
/usr/share/doc/brutalchess/NEWS
/usr/share/doc/brutalchess/README
/usr/share/doc/brutalchess/html
/usr/share/doc/brutalchess/html/bc_s.png
/usr/share/doc/brutalchess/html/bdwn.png
/usr/share/doc/brutalchess/html/closed.png
/usr/share/doc/brutalchess/html/doc.png
/usr/share/doc/brutalchess/html/doxygen.css
/usr/share/doc/brutalchess/html/doxygen.svg
/usr/share/doc/brutalchess/html/dynsections.js
/usr/share/doc/brutalchess/html/files.html
/usr/share/doc/brutalchess/html/folderclosed.png
/usr/share/doc/brutalchess/html/folderopen.png
/usr/share/doc/brutalchess/html/graph_legend.html
/usr/share/doc/brutalchess/html/graph_legend.md5
/usr/share/doc/brutalchess/html/graph_legend.png
/usr/share/doc/brutalchess/html/index.html
/usr/share/doc/brutalchess/html/jquery.js
/usr/share/doc/brutalchess/html/menu.js
/usr/share/doc/brutalchess/html/menudata.js
/usr/share/doc/brutalchess/html/nav_f.png
/usr/share/doc/brutalchess/html/nav_g.png
/usr/share/doc/brutalchess/html/nav_h.png
/usr/share/doc/brutalchess/html/open.png
/usr/share/doc/brutalchess/html/resource_8h_source.html
/usr/share/doc/brutalchess/html/splitbar.png
/usr/share/doc/brutalchess/html/sync_off.png
/usr/share/doc/brutalchess/html/sync_on.png
/usr/share/doc/brutalchess/html/tab_a.png
/usr/share/doc/brutalchess/html/tab_b.png
/usr/share/doc/brutalchess/html/tab_h.png
/usr/share/doc/brutalchess/html/tab_s.png
/usr/share/doc/brutalchess/html/tabs.css
/usr/share/licenses/brutalchess
/usr/share/licenses/brutalchess/COPYING
/usr/share/pixmaps/brutalchess.png
References
Summary
In this tutorial we learn how to install brutalchess
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).