How to Install and Uninstall perl-Proc-Daemon.noarch Package on Fedora 34

Last updated: May 17,2024

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

This tutorial shows how to install perl-Proc-Daemon.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-Proc-Daemon.noarch on Fedora 34:

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

3. Information about the perl-Proc-Daemon.noarch package on Fedora 34

Last metadata expiration check: 5:48:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Proc-Daemon
Version : 0.23
Release : 16.fc34
Architecture : noarch
Size : 28 k
Source : perl-Proc-Daemon-0.23-16.fc34.src.rpm
Repository : fedora
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.