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

Last updated: September 21,2024

1. Install "perl-Reaper.noarch" package

In this section, we are going to explain the necessary steps to install perl-Reaper.noarch on Fedora 34

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

2. Uninstall "perl-Reaper.noarch" package

Please follow the step by step instructions below to uninstall perl-Reaper.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:47:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Reaper
Version : 1.00
Release : 29.fc34
Architecture : noarch
Size : 16 k
Source : perl-Reaper-1.00-29.fc34.src.rpm
Repository : fedora
Summary : Support for reaping child processes via $SIG{CHLD}
URL : https://metacpan.org/release/Reaper
License : GPL+ or Artistic
Description : perl has an annoying little problem with child processes -- well, it is not
: actually a problem specific to perl, but it is somewhat more difficult with
: perl: reaping child processes after they exit so they don't hang around as
: zombies forever, and doing it in a way that accurately captures the exit
: code of the child.