How to Install and Uninstall perl-Net-Daemon.noarch Package on Oracle Linux 8

Last updated: June 18,2024

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

In this section, we are going to explain the necessary steps to install perl-Net-Daemon.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Net-Daemon.noarch

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

Please follow the guidance below to uninstall perl-Net-Daemon.noarch on Oracle Linux 8:

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

3. Information about the perl-Net-Daemon.noarch package on Oracle Linux 8

Last metadata expiration check: 1:41:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Net-Daemon
Version : 0.49
Release : 2.el8
Architecture : noarch
Size : 56 k
Source : perl-Net-Daemon-0.49-2.el8.src.rpm
Repository : epel
Summary : Perl extension for portable daemons
URL : https://metacpan.org/release/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.