How To Install perl-Proc-ProcessTable on Rocky Linux 8

In this tutorial we learn how to install perl-Proc-ProcessTable on Rocky Linux 8. 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 Rocky Linux 8.

What is perl-Proc-ProcessTable

Perl interface to the Unix process table.

We can use yum or dnf to install perl-Proc-ProcessTable on Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/c99b690d332f5f03a71be577d885edb91fa98d
/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 Rocky Linux 8 using yum and dnf.