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

Last updated: September 23,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 39

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

2. Uninstall "perl-Reaper.noarch" package

This is a short guide on how to uninstall perl-Reaper.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:55:41 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Reaper
Version : 1.00
Release : 36.fc39
Architecture : noarch
Size : 16 k
Source : perl-Reaper-1.00-36.fc39.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.