How To Install fruit on Fedora 36

In this tutorial we learn how to install fruit in Fedora 36. fruit is UCI chess engine

Introduction

In this tutorial we learn how to install fruit on Fedora 36.

What is fruit

Fruit is a chess engine that uses the UCI protocol.

We can use yum or dnf to install fruit on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fruit.

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

sudo dnf -y install fruit

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

sudo yum -y install fruit

How To Uninstall fruit on Fedora 36

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

sudo dnf remove fruit

fruit Package Contents on Fedora 36

/usr/bin/fruit
/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/901107825df1413e9efbf7f8d9c9ef16939416
/usr/share/doc/fruit
/usr/share/doc/fruit/readme.txt
/usr/share/doc/fruit/technical_10.txt
/usr/share/fruit
/usr/share/licenses/fruit
/usr/share/licenses/fruit/copying.txt
/usr/share/man/man6/fruit.6.gz

References

Summary

In this tutorial we learn how to install fruit on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).