How To Install perl-Proc-ProcessTable on Fedora 36

In this tutorial we learn how to install perl-Proc-ProcessTable in Fedora 36. perl-Proc-ProcessTable is Perl extension to access the Unix process table

Introduction

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

What is perl-Proc-ProcessTable

Perl interface to the Unix process table.

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

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

sudo dnf -y install perl-Proc-ProcessTable

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

sudo yum -y install perl-Proc-ProcessTable

How To Uninstall perl-Proc-ProcessTable on Fedora 36

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

sudo dnf remove perl-Proc-ProcessTable

perl-Proc-ProcessTable Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/b723c4b5fa6dea04a9f90235abf88e5320bd9d
/usr/lib64/perl5/vendor_perl/Proc
/usr/lib64/perl5/vendor_perl/Proc/Killall.pm
/usr/lib64/perl5/vendor_perl/Proc/Killfam.pm
/usr/lib64/perl5/vendor_perl/Proc/ProcessTable
/usr/lib64/perl5/vendor_perl/Proc/ProcessTable.pm
/usr/lib64/perl5/vendor_perl/Proc/ProcessTable/Process.pm
/usr/lib64/perl5/vendor_perl/auto/Proc
/usr/lib64/perl5/vendor_perl/auto/Proc/ProcessTable
/usr/lib64/perl5/vendor_perl/auto/Proc/ProcessTable/Process
/usr/lib64/perl5/vendor_perl/auto/Proc/ProcessTable/Process/autosplit.ix
/usr/lib64/perl5/vendor_perl/auto/Proc/ProcessTable/ProcessTable.so
/usr/share/doc/perl-Proc-ProcessTable
/usr/share/doc/perl-Proc-ProcessTable/Changes
/usr/share/doc/perl-Proc-ProcessTable/README
/usr/share/doc/perl-Proc-ProcessTable/README.linux
/usr/share/doc/perl-Proc-ProcessTable/pswait
/usr/share/man/man3/Proc::Killall.3pm.gz
/usr/share/man/man3/Proc::Killfam.3pm.gz
/usr/share/man/man3/Proc::ProcessTable.3pm.gz
/usr/share/man/man3/Proc::ProcessTable::Process.3pm.gz

References

Summary

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