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

Last updated: October 08,2024

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

This guide let you learn how to install perl-Proc-Guard.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall perl-Proc-Guard.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:15:11 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Proc-Guard
Version : 0.07
Release : 20.fc35
Architecture : noarch
Size : 20 k
Source : perl-Proc-Guard-0.07-20.fc35.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.