How To Install xpilot-ng-server on Fedora 36

In this tutorial we learn how to install xpilot-ng-server in Fedora 36. xpilot-ng-server is Server for hosting xpilot games

Introduction

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

What is xpilot-ng-server

The xpilot server. This allows you to host xpilot games on your computer and develop new xpilot maps. This is required if you are playing alone, but not required if you are joining one of the public xpilot games hosted on the internet.

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

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

sudo dnf -y install xpilot-ng-server

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

sudo yum -y install xpilot-ng-server

How To Uninstall xpilot-ng-server on Fedora 36

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

sudo dnf remove xpilot-ng-server

xpilot-ng-server Package Contents on Fedora 36

/etc/logrotate.d/xpilot-ng-server
/etc/xpilot-ng
/etc/xpilot-ng/defaults.txt
/etc/xpilot-ng/password.txt
/etc/xpilot-ng/xpilot-ng-server-cmdline-opts
/lib/systemd/system/xpilot-ng-server.service
/usr/bin/xpilot-ng-server
/usr/bin/xpilot-ng-xp-mapedit
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/70ca5f0a808539a7b6e2624a6ae2f4c7e362f0
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/15b972708049b4bfe55f918d88e0b2f3b63480
/usr/share/appdata/xpilot-ng-server.metainfo.xml
/usr/share/man/man6/xpilot-ng-server.6.gz
/usr/share/man/man6/xpilot-ng-xp-mapedit.6.gz
/usr/share/xpilot-ng
/usr/share/xpilot-ng/defaults.txt
/usr/share/xpilot-ng/maps
/usr/share/xpilot-ng/maps/blood-music.xp2
/usr/share/xpilot-ng/maps/circle2.xp2
/usr/share/xpilot-ng/maps/dodgers-legacy.xp2
/usr/share/xpilot-ng/maps/dodgers-robots.xp2
/usr/share/xpilot-ng/maps/dragon-1.0.xp2
/usr/share/xpilot-ng/maps/ndh.xp2
/usr/share/xpilot-ng/maps/ndh.xpd
/usr/share/xpilot-ng/maps/polybloods.xp2
/usr/share/xpilot-ng/maps/sadistic_bastard_v2.xp2
/usr/share/xpilot-ng/maps/spaceball.xp2
/usr/share/xpilot-ng/maps/teamcup.xp
/usr/share/xpilot-ng/maps/tourmination.xp2
/usr/share/xpilot-ng/password.txt
/usr/share/xpilot-ng/robots.txt
/usr/share/xpilot-ng/shipshapes.txt

References

Summary

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