How To Install tremulous on Fedora 34

tremulous is First Person Shooter game based on the Quake 3 engine

Introduction

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

What is tremulous

Tremulous is a free, open source game that blends a team based FPS with elements of an RTS. Players can choose from 2 unique races, aliens and humans. Players on both teams are able to build working structures in-game like an RTS. These structures provide many functions, the most important being spawning. The designated builders must ensure there are spawn structures or other players will not be able to rejoin the game after death. Other structures provide automated base defense (to some degree), healing functions and much more… Player advancement is different depending on which team you are on. As a human, players are rewarded with credits for each alien kill. These credits may be used to purchase new weapons and upgrades from the Armoury The alien team advances quite differently. Upon killing a human foe, the alien is able to evolve into a new class. The more kills gained the more powerful the classes available. The overall objective behind Tremulous is to eliminate the opposing team. This is achieved by not only killing the opposing players but also removing their ability to respawn by destroying their spawn structures.

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

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

sudo dnf -y install tremulous

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

sudo yum -y install tremulous

How To Uninstall tremulous on Fedora 34

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

sudo dnf remove tremulous

tremulous Package Contents on Fedora 34

/usr/bin/tremded
/usr/bin/tremulous
/usr/bin/tremulous-wrapper
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/81707780a0843b0bd1ceac42243e0a932f43bb
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/59b221f8ddd4cc5ba0807986fcb69b66d670f0
/usr/share/appdata/tremulous.appdata.xml
/usr/share/applications/tremulous.desktop
/usr/share/icons/hicolor/128x128/apps/tremulous.png
/usr/share/licenses/tremulous
/usr/share/licenses/tremulous/COPYING
/usr/share/licenses/tremulous/GPL

References

Summary

In this tutorial we learn how to install tremulous on Fedora 34 using yum and dnf.