How To Install deluge-daemon on Fedora 36

In this tutorial we learn how to install deluge-daemon in Fedora 36. deluge-daemon is The Deluge daemon

Introduction

In this tutorial we learn how to install deluge-daemon on Fedora 36.

What is deluge-daemon

Files for the Deluge daemon

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

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

sudo dnf -y install deluge-daemon

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

sudo yum -y install deluge-daemon

How To Uninstall deluge-daemon on Fedora 36

To uninstall only the deluge-daemon package we can use the following command:

sudo dnf remove deluge-daemon

deluge-daemon Package Contents on Fedora 36

/usr/bin/deluged
/usr/lib/systemd/system/deluge-daemon.service
/usr/share/man/man1/deluged.1.gz
/var/lib/deluge

References

Summary

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