How To Install perl-App-Daemon on Fedora 36

In this tutorial we learn how to install perl-App-Daemon in Fedora 36. perl-App-Daemon is Start an Application as a Daemon

Introduction

In this tutorial we learn how to install perl-App-Daemon on Fedora 36.

What is perl-App-Daemon

App

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

Install perl-App-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 perl-App-Daemon using dnf by running the following command:

sudo dnf -y install perl-App-Daemon

Install perl-App-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 perl-App-Daemon using yum by running the following command:

sudo yum -y install perl-App-Daemon

How To Uninstall perl-App-Daemon on Fedora 36

To uninstall only the perl-App-Daemon package we can use the following command:

sudo dnf remove perl-App-Daemon

perl-App-Daemon Package Contents on Fedora 36

/usr/share/doc/perl-App-Daemon
/usr/share/doc/perl-App-Daemon/Changes
/usr/share/doc/perl-App-Daemon/README
/usr/share/doc/perl-App-Daemon/eg
/usr/share/doc/perl-App-Daemon/eg/test-daemon
/usr/share/doc/perl-App-Daemon/eg/test-detach
/usr/share/doc/perl-App-Daemon/eg/test-fork-daemon
/usr/share/man/man3/App::Daemon.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/Daemon.pm

References

Summary

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