How To Install ddnet on Fedora 36
Introduction
In this tutorial we learn how to install ddnet
on Fedora 36.
What is ddnet
DDraceNetwork (DDNet) is an actively maintained version of DDRace, a Teeworlds modification with a unique cooperative gameplay. Help each other play through custom maps with up to 64 players, compete against the best in international tournaments, design your own maps, or run your own server.
We can use yum
or dnf
to install ddnet
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ddnet.
Install ddnet 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
using dnf
by running the following command:
sudo dnf -y install ddnet
Install ddnet 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
using yum
by running the following command:
sudo yum -y install ddnet
How To Uninstall ddnet on Fedora 36
To uninstall only the ddnet
package we can use the following command:
sudo dnf remove ddnet
ddnet Package Contents on Fedora 36
/usr/bin/DDNet
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/94dd94df92ffc50fd75dbc208a97b604342a25
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/9ab772802d9d4d676e72ccf99cb30811b2c5e8
/usr/lib/.build-id/20
/usr/lib/.build-id/20/5cf6f8d3fb34e13cc2be89105f4718a35f116b
/usr/lib/.build-id/21
/usr/lib/.build-id/21/d5915638671efb7efa0c9f7c85ca366bc580cf
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/7ed7eb9bb0a9d5f135f77d9913831edfcf4c72
/usr/lib/.build-id/31
/usr/lib/.build-id/31/182ba540e0246e7e8ee47f4167c313ee8673cc
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/f9242c3ae8c6b3d1c7919316a14b5181692268
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/4f994c4d74b323ba3d7dbbe851d9a3f1fef198
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/f0b173e3eb18e913753cb955c0313f92cefb7e
/usr/lib/.build-id/74
/usr/lib/.build-id/74/8877f61f46a941cbe450496b19bb525fb1a4c7
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/57ff0ac239c562183e21d01c66eb671c974a39
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/1e73a9d3199ea02d820def5accf2c01290a19e
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/5aa5ad881b59a9bdcf1ffbfa33b3d8632de95a
/usr/lib/.build-id/f5/877687f628d0e21b20b83d60d1d67267e896d8
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/8b217677847683d1fc3f98cdceffa46598743d
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/635ad5bb63ecf118dea4426227a85bea482f2e
/usr/lib64/ddnet
/usr/lib64/ddnet/config_retrieve
/usr/lib64/ddnet/config_store
/usr/lib64/ddnet/crapnet
/usr/lib64/ddnet/dilate
/usr/lib64/ddnet/dummy_map
/usr/lib64/ddnet/fake_server
/usr/lib64/ddnet/map_convert_07
/usr/lib64/ddnet/map_diff
/usr/lib64/ddnet/map_extract
/usr/lib64/ddnet/map_optimize
/usr/lib64/ddnet/map_replace_image
/usr/lib64/ddnet/map_resave
/usr/lib64/ddnet/packetgen
/usr/lib64/ddnet/unicode_confusables
/usr/lib64/ddnet/uuid
/usr/share/applications/ddnet.desktop
/usr/share/doc/ddnet
/usr/share/doc/ddnet/README.md
/usr/share/licenses/ddnet
/usr/share/licenses/ddnet/license.txt
/usr/share/man/man6/DDNet.6.gz
/usr/share/metainfo/ddnet.appdata.xml
References
Summary
In this tutorial we learn how to install ddnet
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).