How to Install and Uninstall perl-Net-Daemon.noarch Package on CentOS 7 / RHEL 7

Last updated: May 05,2024

1. Install "perl-Net-Daemon.noarch" package

This guide let you learn how to install perl-Net-Daemon.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Net-Daemon.noarch

2. Uninstall "perl-Net-Daemon.noarch" package

Here is a brief guide to show you how to uninstall perl-Net-Daemon.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-Net-Daemon.noarch $ sudo yum autoremove

3. Information about the perl-Net-Daemon.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Net-Daemon
Arch : noarch
Version : 0.48
Release : 5.el7
Size : 116 k
Repo : installed
From repo : base
Summary : Perl extension for portable daemons
URL : http://search.cpan.org/dist/Net-Daemon/
License : GPL+ or Artistic
Description : Net::Daemon is an abstract base class for implementing portable
: 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 class offers methods for the most common tasks a
: daemon needs: Starting up, logging, accepting clients,
: 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.