How To Install perl-Daemon-Generic on Fedora 36
Introduction
In this tutorial we learn how to install perl-Daemon-Generic
on Fedora 36.
What is perl-Daemon-Generic
Daemon daemon-like programs. The framework provides for standard commands that work for as init.d files and as apachectl-like commands.
We can use yum
or dnf
to install perl-Daemon-Generic
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Daemon-Generic.
Install perl-Daemon-Generic 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-Daemon-Generic
using dnf
by running the following command:
sudo dnf -y install perl-Daemon-Generic
Install perl-Daemon-Generic 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-Daemon-Generic
using yum
by running the following command:
sudo yum -y install perl-Daemon-Generic
How To Uninstall perl-Daemon-Generic on Fedora 36
To uninstall only the perl-Daemon-Generic
package we can use the following command:
sudo dnf remove perl-Daemon-Generic
perl-Daemon-Generic Package Contents on Fedora 36
/usr/share/doc/perl-Daemon-Generic
/usr/share/doc/perl-Daemon-Generic/Changes
/usr/share/doc/perl-Daemon-Generic/README
/usr/share/man/man3/Daemon::Generic.3pm.gz
/usr/share/man/man3/Daemon::Generic::AnyEvent.3pm.gz
/usr/share/man/man3/Daemon::Generic::Event.3pm.gz
/usr/share/man/man3/Daemon::Generic::While1.3pm.gz
/usr/share/perl5/vendor_perl/Daemon
/usr/share/perl5/vendor_perl/Daemon/Generic
/usr/share/perl5/vendor_perl/Daemon/Generic.pm
/usr/share/perl5/vendor_perl/Daemon/Generic.pod
/usr/share/perl5/vendor_perl/Daemon/Generic/AnyEvent.pm
/usr/share/perl5/vendor_perl/Daemon/Generic/Event.pm
/usr/share/perl5/vendor_perl/Daemon/Generic/While1.pm
References
Summary
In this tutorial we learn how to install perl-Daemon-Generic
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).