How To Install warsow-server on Fedora 36

In this tutorial we learn how to install warsow-server in Fedora 36. warsow-server is Dedicated server for Warsow

Introduction

In this tutorial we learn how to install warsow-server on Fedora 36.

What is warsow-server

Warsow is a fast paced first person shooter consisting of cel-shaded cartoon-like graphics with dark, flashy and dirty textures. Warsow is based on the E-novel “Chasseur de bots” (“Bots hunter” in English) by Fabrice Demurger. Warsow’s codebase is built upon Qfusion, an advanced modification of the Quake II engine. This package installs the standalone server and TV server for Warsow.

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

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

sudo dnf -y install warsow-server

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

sudo yum -y install warsow-server

How To Uninstall warsow-server on Fedora 36

To uninstall only the warsow-server package we can use the following command:

sudo dnf remove warsow-server

warsow-server Package Contents on Fedora 36

/usr/bin/warsow-server
/usr/bin/warsow-tv-server
/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/365b8818b721a0421d3ef2877c803378050d60
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/d4b20eb07c3c6d59e1ed9ef836ceb362ef4301

References

Summary

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