How To Install tetrominos on Fedora 36

In this tutorial we learn how to install tetrominos in Fedora 36. tetrominos is Simple CLI logical game

Introduction

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

What is tetrominos

Build tetromino blocks to fill full lines. Based on Ncurses lib for CLI gaming.

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

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

sudo dnf -y install tetrominos

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

sudo yum -y install tetrominos

How To Uninstall tetrominos on Fedora 36

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

sudo dnf remove tetrominos

tetrominos Package Contents on Fedora 36

/usr/bin/tetrominos
/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/a8c23e90abe9e69ab004cfc7719c6ef6859164
/usr/share/doc/tetrominos
/usr/share/doc/tetrominos/README.md
/usr/share/licenses/tetrominos
/usr/share/licenses/tetrominos/LICENSE

References

Summary

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