How To Install perl-pmtools on Rocky Linux 8

In this tutorial we learn how to install perl-pmtools on Rocky Linux 8. perl-pmtools is A suite of small programs to help manage Perl modules

Introduction

In this tutorial we learn how to install perl-pmtools on Rocky Linux 8.

What is perl-pmtools

This is pmtools – a suite of small programs to help manage modules. The names are totally preliminary, and in fact, so is the code. We follow the “keep it small” notion of many tiny tools each doing one thing well, eschewing giant megatools with millions of options. Tom Christiansen

We can use yum or dnf to install perl-pmtools on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-pmtools.

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

sudo dnf -y install perl-pmtools

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

sudo yum -y install perl-pmtools

How To Uninstall perl-pmtools on Rocky Linux 8

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

sudo dnf remove perl-pmtools

perl-pmtools Package Contents on Rocky Linux 8

/usr/bin/basepods
/usr/bin/faqpods
/usr/bin/modpods
/usr/bin/pfcat
/usr/bin/plxload
/usr/bin/pmall
/usr/bin/pman
/usr/bin/pmcat
/usr/bin/pmcheck
/usr/bin/pmdesc
/usr/bin/pmeth
/usr/bin/pmexp
/usr/bin/pmfunc
/usr/bin/pminclude
/usr/bin/pminst
/usr/bin/pmload
/usr/bin/pmls
/usr/bin/pmpath
/usr/bin/pmvers
/usr/bin/podgrep
/usr/bin/podpath
/usr/bin/pods
/usr/bin/podtoc
/usr/bin/sitepods
/usr/bin/stdpods
/usr/share/doc/perl-pmtools
/usr/share/doc/perl-pmtools/Changes
/usr/share/doc/perl-pmtools/README
/usr/share/doc/perl-pmtools/TODO
/usr/share/licenses/perl-pmtools
/usr/share/licenses/perl-pmtools/LICENSE
/usr/share/man/man1/basepods.1.gz
/usr/share/man/man1/faqpods.1.gz
/usr/share/man/man1/modpods.1.gz
/usr/share/man/man1/pfcat.1.gz
/usr/share/man/man1/plxload.1.gz
/usr/share/man/man1/pmall.1.gz
/usr/share/man/man1/pman.1.gz
/usr/share/man/man1/pmcat.1.gz
/usr/share/man/man1/pmcheck.1.gz
/usr/share/man/man1/pmdesc.1.gz
/usr/share/man/man1/pmeth.1.gz
/usr/share/man/man1/pmexp.1.gz
/usr/share/man/man1/pmfunc.1.gz
/usr/share/man/man1/pminclude.1.gz
/usr/share/man/man1/pminst.1.gz
/usr/share/man/man1/pmload.1.gz
/usr/share/man/man1/pmls.1.gz
/usr/share/man/man1/pmpath.1.gz
/usr/share/man/man1/pmvers.1.gz
/usr/share/man/man1/podgrep.1.gz
/usr/share/man/man1/podpath.1.gz
/usr/share/man/man1/pods.1.gz
/usr/share/man/man1/podtoc.1.gz
/usr/share/man/man1/sitepods.1.gz
/usr/share/man/man1/stdpods.1.gz
/usr/share/man/man3/Devel::Loaded.3pm.gz
/usr/share/man/man3/pmtools.3pm.gz
/usr/share/perl5/vendor_perl/Devel
/usr/share/perl5/vendor_perl/Devel/Loaded.pm
/usr/share/perl5/vendor_perl/pmtools.pm

References

Summary

In this tutorial we learn how to install perl-pmtools on Rocky Linux 8 using yum and dnf.