How To Install perl-MooseX-Daemonize on Fedora 36

In this tutorial we learn how to install perl-MooseX-Daemonize in Fedora 36. perl-MooseX-Daemonize is Role for daemonizing your Moose based application

Introduction

In this tutorial we learn how to install perl-MooseX-Daemonize on Fedora 36.

What is perl-MooseX-Daemonize

Often you want to write a persistent daemon that has a pid file, and responds appropriately to Signals. This module provides a set of basic roles as an infrastructure to do that.

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

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

sudo dnf -y install perl-MooseX-Daemonize

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

sudo yum -y install perl-MooseX-Daemonize

How To Uninstall perl-MooseX-Daemonize on Fedora 36

To uninstall only the perl-MooseX-Daemonize package we can use the following command:

sudo dnf remove perl-MooseX-Daemonize

perl-MooseX-Daemonize Package Contents on Fedora 36

/usr/share/doc/perl-MooseX-Daemonize
/usr/share/doc/perl-MooseX-Daemonize/Changes
/usr/share/doc/perl-MooseX-Daemonize/README
/usr/share/licenses/perl-MooseX-Daemonize
/usr/share/licenses/perl-MooseX-Daemonize/LICENCE
/usr/share/man/man3/MooseX::Daemonize.3pm.gz
/usr/share/man/man3/MooseX::Daemonize::Core.3pm.gz
/usr/share/man/man3/MooseX::Daemonize::Pid.3pm.gz
/usr/share/man/man3/MooseX::Daemonize::Pid::File.3pm.gz
/usr/share/man/man3/MooseX::Daemonize::WithPidFile.3pm.gz
/usr/share/man/man3/Test::MooseX::Daemonize.3pm.gz
/usr/share/perl5/vendor_perl/MooseX
/usr/share/perl5/vendor_perl/MooseX/Daemonize
/usr/share/perl5/vendor_perl/MooseX/Daemonize.pm
/usr/share/perl5/vendor_perl/MooseX/Daemonize/Core.pm
/usr/share/perl5/vendor_perl/MooseX/Daemonize/Pid
/usr/share/perl5/vendor_perl/MooseX/Daemonize/Pid.pm
/usr/share/perl5/vendor_perl/MooseX/Daemonize/Pid/File.pm
/usr/share/perl5/vendor_perl/MooseX/Daemonize/WithPidFile.pm
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/MooseX
/usr/share/perl5/vendor_perl/Test/MooseX/Daemonize.pm

References

Summary

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