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

Last updated: June 26,2024

1. Install "perl-Proc-Guard.noarch" package

This is a short guide on how to install perl-Proc-Guard.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Proc-Guard.noarch

2. Uninstall "perl-Proc-Guard.noarch" package

Please follow the guidelines below to uninstall perl-Proc-Guard.noarch on Fedora 34:

$ sudo dnf remove perl-Proc-Guard.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:53:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Proc-Guard
Version : 0.07
Release : 18.fc34
Architecture : noarch
Size : 20 k
Source : perl-Proc-Guard-0.07-18.fc34.src.rpm
Repository : fedora
Summary : Process runner with RAII pattern
URL : https://metacpan.org/release/Proc-Guard
License : GPL+ or Artistic
Description : Proc::Guard runs process, and destroys it when the perl script exits.
: This is useful for testing code working with server process.