How To Install brutalchess on Fedora 34

brutalchess is Chess game with impressive 3D graphics

Introduction

In this tutorial we learn how to install brutalchess on Fedora 34.

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install brutalchess.

Install brutalchess 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 brutalchess using dnf by running the following command:

sudo dnf -y install brutalchess

Install brutalchess 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 brutalchess using yum by running the following command:

sudo yum -y install brutalchess

How To Uninstall brutalchess on Fedora 34

To uninstall only the brutalchess package we can use the following command:

sudo dnf remove brutalchess

brutalchess Package Contents on Fedora 34

/usr/bin/brutalchess
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/9d5e24c203fdaa49d825568a77a56541e82b60
/usr/lib/.build-id/73
/usr/lib/.build-id/73/7a421206d2c0832c7efa22fac3bf3fc4538fe4
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/4d3bfe99a6176a3b4705f2b5ea5fd47fe97bee
/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 34 using yum and dnf.