< Home - < Back

perl-Net-Daemon


Information about the package, perl-Net-Daemon, which is shipped with common Linux distributions. The perl-Net-Daemon package is designed for, Perl extension for portable daemons.


Package Name:

perl-Net-Daemon

Summary:

Perl extension for portable daemons

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.

Architecture:

noarch

Version:

0.44

Release:

7.el6

Size:

50 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Net-Daemon


Control the perl-Net-Daemon package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Net-Daemon

This command will install perl-Net-Daemon on the server.

yum remove perl-Net-Daemon

This command will un-install perl-Net-Daemon on the server. When you run this command, you will be asked if you are sure that you want to remove perl-Net-Daemon, so you have to manually confirm that you want to do this.

yum -y remove perl-Net-Daemon

This command will un-install perl-Net-Daemon on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Net-Daemon when using the -y flag.

yum update perl-Net-Daemon

This command will update perl-Net-Daemon to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-Net-Daemon, so you have to manually confirm that you want to do this.

yum -y update perl-Net-Daemon

This command will update perl-Net-Daemon to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Net-Daemon when using the -y flag.

yum info perl-Net-Daemon

This command will show you core information about the perl-Net-Daemon package.

yum deplist perl-Net-Daemon

This command will show you the dependencies for perl-Net-Daemon. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-Net-Daemon

This command will check if there is an update waiting on perl-Net-Daemon. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.