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

Last updated: May 20,2024

1. Install "perl-Child.noarch" package

Learn how to install perl-Child.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Child.noarch

2. Uninstall "perl-Child.noarch" package

Learn how to uninstall perl-Child.noarch on Rocky Linux 8:

$ sudo dnf remove perl-Child.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:12:05 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Child
Version : 0.013
Release : 11.el8
Architecture : noarch
Size : 47 k
Source : perl-Child-0.013-11.el8.src.rpm
Repository : epel
Summary : Object oriented simple interface to fork()
URL : https://metacpan.org/release/Child
License : GPL+ or Artistic
Description : Fork is too low level and difficult to manage. Often people forget to exit
: at the end, reap their children, and check exit status. The problem is the
: low level functions provided to do these things. Throw in pipes for IPC and
: you just have a pile of things nobody wants to think about.