How To Install perl-Unix-Process on Fedora 36

In this tutorial we learn how to install perl-Unix-Process in Fedora 36. perl-Unix-Process is Perl extension to get PID information from ps command

Introduction

In this tutorial we learn how to install perl-Unix-Process on Fedora 36.

What is perl-Unix-Process

This is a Perl module that can fetch ps command output fields.

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

Install perl-Unix-Process 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-Unix-Process using dnf by running the following command:

sudo dnf -y install perl-Unix-Process

Install perl-Unix-Process 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-Unix-Process using yum by running the following command:

sudo yum -y install perl-Unix-Process

How To Uninstall perl-Unix-Process on Fedora 36

To uninstall only the perl-Unix-Process package we can use the following command:

sudo dnf remove perl-Unix-Process

perl-Unix-Process Package Contents on Fedora 36

/usr/share/doc/perl-Unix-Process
/usr/share/doc/perl-Unix-Process/Changes
/usr/share/man/man3/Unix::Process.3pm.gz
/usr/share/perl5/vendor_perl/Unix
/usr/share/perl5/vendor_perl/Unix/Process.pm

References

Summary

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