How To Install tetrinetx on Fedora 36

In this tutorial we learn how to install tetrinetx in Fedora 36. tetrinetx is The GNU TetriNET server

Introduction

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

What is tetrinetx

Tetrinetx is the GNU TetriNET server written in C. It includes IRC and Spectator supports. As many other tetrinet servers, it uses IP independent decryption which allows the server to run behind a router. TetriNET is a network-based, multiplayer falling bricks game. This package contains a server for hosting TetriNET games over a public or private network.

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

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

sudo dnf -y install tetrinetx

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

sudo yum -y install tetrinetx

How To Uninstall tetrinetx on Fedora 36

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

sudo dnf remove tetrinetx

tetrinetx Package Contents on Fedora 36

/etc/logrotate.d/tetrinetx
/etc/tetrinetx
/etc/tetrinetx/game.conf
/etc/tetrinetx/game.motd
/etc/tetrinetx/game.pmotd
/etc/tetrinetx/game.secure
/usr/bin/tetrinetx
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/59466512a057b46e897856c6c7a5a99537495f
/usr/lib/systemd/system/tetrinetx.service
/usr/lib/tmpfiles.d/tetrinetx.conf
/usr/share/doc/tetrinetx
/usr/share/doc/tetrinetx/AUTHORS
/usr/share/doc/tetrinetx/ChangeLog
/usr/share/doc/tetrinetx/README
/usr/share/doc/tetrinetx/README.qirc.spectators
/usr/share/doc/tetrinetx/game.allow.example
/usr/share/doc/tetrinetx/game.ban.compromise.example
/usr/share/doc/tetrinetx/game.ban.example
/usr/share/licenses/tetrinetx
/usr/share/licenses/tetrinetx/COPYING
/var/games/tetrinetx
/var/log/tetrinetx
/var/run/tetrinetx

References

Summary

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