How To Install perl-Ref-Util on Rocky Linux 8

In this tutorial we learn how to install perl-Ref-Util on Rocky Linux 8. perl-Ref-Util is Utility functions for checking references

Introduction

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

What is perl-Ref-Util

Ref and smarter way.

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

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

sudo dnf -y install perl-Ref-Util

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

sudo yum -y install perl-Ref-Util

How To Uninstall perl-Ref-Util on Rocky Linux 8

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

sudo dnf remove perl-Ref-Util

perl-Ref-Util Package Contents on Rocky Linux 8

/usr/share/doc/perl-Ref-Util
/usr/share/doc/perl-Ref-Util/Changes
/usr/share/doc/perl-Ref-Util/README
/usr/share/licenses/perl-Ref-Util
/usr/share/licenses/perl-Ref-Util/LICENSE
/usr/share/man/man3/Ref::Util.3pm.gz
/usr/share/man/man3/Ref::Util::PP.3pm.gz
/usr/share/perl5/vendor_perl/Ref
/usr/share/perl5/vendor_perl/Ref/Util
/usr/share/perl5/vendor_perl/Ref/Util.pm
/usr/share/perl5/vendor_perl/Ref/Util/PP.pm

References

Summary

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