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

Last updated: June 29,2024

1. Install "perl-Child.noarch" package

Please follow the instructions below to install perl-Child.noarch on Fedora 34

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

2. Uninstall "perl-Child.noarch" package

This is a short guide on how to uninstall perl-Child.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:08:21 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Child
Version : 0.013
Release : 15.fc34
Architecture : noarch
Size : 45 k
Source : perl-Child-0.013-15.fc34.src.rpm
Repository : fedora
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.