How To Install warsow on Fedora 36
Introduction
In this tutorial we learn how to install warsow
on Fedora 36.
What is warsow
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 client to play Warsow.
We can use yum
or dnf
to install warsow
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install warsow.
Install warsow 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
using dnf
by running the following command:
sudo dnf -y install warsow
Install warsow 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
using yum
by running the following command:
sudo yum -y install warsow
How To Uninstall warsow on Fedora 36
To uninstall only the warsow
package we can use the following command:
sudo dnf remove warsow
warsow Package Contents on Fedora 36
/usr/bin/warsow
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/d14920585ffed52bc24263117a537a89c329a2
/usr/lib/.build-id/20
/usr/lib/.build-id/20/99e30002074abd605cea7fb8aaa16562b172a9
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/141ed541fc5407025c6b14592356e93596ad84
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/448b392f696db1da97b9a5079b54e920ae290a
/usr/lib/.build-id/82
/usr/lib/.build-id/82/50f4f471b3a3b882be5f8bac89a3f1130db09d
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/960da8b309eaed8d153febcd74c03a32ffc6de
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/82b097956082a3bbd5204fa7267a59ddcb69f8
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/e3b9a3fc2fdace81b7d53b3777c1d0e0e21c0d
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/8f7557daaa0f247d66f9fb8a23ec85b81bfb00
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/16dd5edc59c5ed3801661be2d92b7418db72c2
/usr/lib/warsow
/usr/lib/warsow/libs
/usr/lib/warsow/libs/libangelwrap_x86_64.so
/usr/lib/warsow/libs/libcin_x86_64.so
/usr/lib/warsow/libs/libftlib_x86_64.so
/usr/lib/warsow/libs/libirc_x86_64.so
/usr/lib/warsow/libs/libref_gl_x86_64.so
/usr/lib/warsow/libs/libsnd_openal_x86_64.so
/usr/lib/warsow/libs/libsnd_qf_x86_64.so
/usr/lib/warsow/libs/libsteamlib_x86_64.so
/usr/lib/warsow/libs/libui_x86_64.so
/usr/share/appdata/warsow.appdata.xml
/usr/share/applications/warsow.desktop
/usr/share/icons/hicolor/256x256/apps/warsow.png
/usr/share/licenses/warsow
/usr/share/licenses/warsow/license.txt
References
Summary
In this tutorial we learn how to install warsow
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).