How To Install perl-Net-Daemon.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Net-Daemon.noarch in Amazon Linux 2. perl-Net-Daemon.noarch is Perl extension for portable daemons

Introduction

In this tutorial we learn how to install perl-Net-Daemon.noarch on Amazon Linux 2.

What is perl-Net-Daemon.noarch

Net server applications in a very simple way. The module is designed for Perl 5.006 and ithreads (and higher), but can work with fork() and Perl 5.004. The Net daemon needs authorization, restricting its own environment for security and doing the true work. You only have to override those methods that aren’t appropriate for you, but typically inheriting will safe you a lot of work anyways.

We can use yum to install perl-Net-Daemon.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-Daemon.noarch.

Install perl-Net-Daemon.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Net-Daemon.noarch using yum by running the following command:

sudo yum -y install perl-Net-Daemon.noarch

How To Uninstall perl-Net-Daemon.noarch on Amazon Linux 2

To uninstall only the perl-Net-Daemon.noarch package we can use the following command:

sudo yum remove perl-Net-Daemon.noarch

perl-Net-Daemon.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Net-Daemon-0.48
/usr/share/doc/perl-Net-Daemon-0.48/ChangeLog
/usr/share/doc/perl-Net-Daemon-0.48/LICENSE.Artistic
/usr/share/doc/perl-Net-Daemon-0.48/LICENSE.GPL
/usr/share/doc/perl-Net-Daemon-0.48/README
/usr/share/man/man3/Net::Daemon.3pm.gz
/usr/share/man/man3/Net::Daemon::Log.3pm.gz
/usr/share/man/man3/Net::Daemon::Test.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/Daemon
/usr/share/perl5/vendor_perl/Net/Daemon.pm
/usr/share/perl5/vendor_perl/Net/Daemon/Log.pm
/usr/share/perl5/vendor_perl/Net/Daemon/Test.pm

References

Summary

In this tutorial we learn how to install perl-Net-Daemon.noarch on Amazon Linux 2 using yum.