How To Install tremulous on Fedora 36
Introduction
In this tutorial we learn how to install tremulous
on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install tremulous.
Install tremulous 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 tremulous
using dnf
by running the following command:
sudo dnf -y install tremulous
Install tremulous 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 tremulous
using yum
by running the following command:
sudo yum -y install tremulous
How To Uninstall tremulous on Fedora 36
To uninstall only the tremulous
package we can use the following command:
sudo dnf remove tremulous
tremulous Package Contents on Fedora 36
/usr/bin/tremded
/usr/bin/tremulous
/usr/bin/tremulous-wrapper
/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/4168bd74cabe4533340b6b3b655e0681447cd6
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/b2cb65916c5aa272c2c45674bb2b236bdcb3be
/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 36 using yum and [dnf]((/fedora/36/dnf/).