How to Install and Uninstall perl-Proc-Daemon.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

This tutorial shows how to install perl-Proc-Daemon.noarch on Rocky Linux 8

$ 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 Rocky Linux 8:

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

3. Information about the perl-Proc-Daemon.noarch package on Rocky Linux 8

Last metadata expiration check: 2:16:23 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Proc-Daemon
Version : 0.23
Release : 12.el8
Architecture : noarch
Size : 31 k
Source : perl-Proc-Daemon-0.23-12.el8.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.