How to Install and Uninstall perl-Proc-Daemon.noarch Package on AlmaLinux 9

Last updated: October 06,2024

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

This is a short guide on how to install perl-Proc-Daemon.noarch on AlmaLinux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Proc-Daemon.noarch on AlmaLinux 9:

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

3. Information about the perl-Proc-Daemon.noarch package on AlmaLinux 9

Last metadata expiration check: 0:56:14 ago on Wed Mar 13 07:41:12 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.