How To Install rpg-cli on Fedora 36

In this tutorial we learn how to install rpg-cli in Fedora 36. rpg-cli is JRPG-inspired terminal game

Introduction

In this tutorial we learn how to install rpg-cli on Fedora 36.

What is rpg-cli

rpg-cli is a bare-bones JRPG-inspired terminal game written in Rust.

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

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

sudo dnf -y install rpg-cli

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

sudo yum -y install rpg-cli

How To Uninstall rpg-cli on Fedora 36

To uninstall only the rpg-cli package we can use the following command:

sudo dnf remove rpg-cli

rpg-cli Package Contents on Fedora 36

/usr/bin/rpg-cli
/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/b28078ac38952dd744011d95347ef503909024
/usr/share/doc/rpg-cli
/usr/share/doc/rpg-cli/CHANGELOG.md
/usr/share/doc/rpg-cli/README.md
/usr/share/licenses/rpg-cli
/usr/share/licenses/rpg-cli/LICENSE

References

Summary

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