How to Install and Uninstall perl-Proc-Daemon.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

This guide let you learn how to install perl-Proc-Daemon.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the steps below to uninstall perl-Proc-Daemon.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Proc-Daemon.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:22:43 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Proc-Daemon
Version : 0.23
Release : 20.el9
Architecture : noarch
Size : 27 k
Source : perl-Proc-Daemon-0.23-20.el9.src.rpm
Repository : epel
Summary : Run Perl program as a daemon process
URL : https://metacpan.org/release/Proc-Daemon
License : GPL+ or Artistic
Description : This is version 0.23 of Proc::Daemon
:
: This module contains the routine Init which can be called by a Perl
: program to initialize itself as a daemon. A daemon is a process that
: runs in the background with no controlling terminal. Generally servers
: (like FTP and HTTP servers) run as daemon processes.