How To Install perl-Proc-Guard on Fedora 36

In this tutorial we learn how to install perl-Proc-Guard in Fedora 36. perl-Proc-Guard is Process runner with RAII pattern

Introduction

In this tutorial we learn how to install perl-Proc-Guard on Fedora 36.

What is perl-Proc-Guard

Proc This is useful for testing code working with server process.

We can use yum or dnf to install perl-Proc-Guard on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Proc-Guard.

Install perl-Proc-Guard on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Proc-Guard using dnf by running the following command:

sudo dnf -y install perl-Proc-Guard

Install perl-Proc-Guard on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Proc-Guard using yum by running the following command:

sudo yum -y install perl-Proc-Guard

How To Uninstall perl-Proc-Guard on Fedora 36

To uninstall only the perl-Proc-Guard package we can use the following command:

sudo dnf remove perl-Proc-Guard

perl-Proc-Guard Package Contents on Fedora 36

/usr/share/doc/perl-Proc-Guard
/usr/share/doc/perl-Proc-Guard/Changes
/usr/share/doc/perl-Proc-Guard/README.mkdn
/usr/share/licenses/perl-Proc-Guard
/usr/share/licenses/perl-Proc-Guard/LICENSE
/usr/share/man/man3/Proc::Guard.3pm.gz
/usr/share/perl5/vendor_perl/Proc
/usr/share/perl5/vendor_perl/Proc/Guard.pm

References

Summary

In this tutorial we learn how to install perl-Proc-Guard on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).