How to Install and Uninstall perl-Child.noarch Package on Fedora 39
Last updated: November 24,2024
1. Install "perl-Child.noarch" package
Please follow the steps below to install perl-Child.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
perl-Child.noarch
Copied
2. Uninstall "perl-Child.noarch" package
This guide covers the steps necessary to uninstall perl-Child.noarch on Fedora 39:
$
sudo dnf remove
perl-Child.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Child.noarch package on Fedora 39
Last metadata expiration check: 0:47:06 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Child
Version : 0.013
Release : 22.fc39
Architecture : noarch
Size : 46 k
Source : perl-Child-0.013-22.fc39.src.rpm
Repository : fedora
Summary : Object oriented simple interface to fork()
URL : https://metacpan.org/release/Child
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.
Available Packages
Name : perl-Child
Version : 0.013
Release : 22.fc39
Architecture : noarch
Size : 46 k
Source : perl-Child-0.013-22.fc39.src.rpm
Repository : fedora
Summary : Object oriented simple interface to fork()
URL : https://metacpan.org/release/Child
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.