How To Install ddnet-server on Fedora 36
Introduction
In this tutorial we learn how to install ddnet-server on Fedora 36.
What is ddnet-server
Standalone server for ddnet.
We can use yum or dnf to install ddnet-server on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ddnet-server.
Install ddnet-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 ddnet-server using dnf by running the following command:
sudo dnf -y install ddnet-server
Install ddnet-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 ddnet-server using yum by running the following command:
sudo yum -y install ddnet-server
How To Uninstall ddnet-server on Fedora 36
To uninstall only the ddnet-server package we can use the following command:
sudo dnf remove ddnet-server
ddnet-server Package Contents on Fedora 36
/usr/bin/DDNet-Server
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/7f904fadcfcacf33287e863a50d173f193c39a
/usr/share/man/man6/DDNet-Server.6.gz
References
Summary
In this tutorial we learn how to install ddnet-server on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).