How To Install perl-Test2-Tools-Explain on Rocky Linux 8

In this tutorial we learn how to install perl-Test2-Tools-Explain on Rocky Linux 8. perl-Test2-Tools-Explain is Explain tools for the Perl Test2 framework

Introduction

In this tutorial we learn how to install perl-Test2-Tools-Explain on Rocky Linux 8.

What is perl-Test2-Tools-Explain

Test2 For those who miss it in Test2, you can use Test2

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

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

sudo dnf -y install perl-Test2-Tools-Explain

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

sudo yum -y install perl-Test2-Tools-Explain

How To Uninstall perl-Test2-Tools-Explain on Rocky Linux 8

To uninstall only the perl-Test2-Tools-Explain package we can use the following command:

sudo dnf remove perl-Test2-Tools-Explain

perl-Test2-Tools-Explain Package Contents on Rocky Linux 8

/usr/share/doc/perl-Test2-Tools-Explain
/usr/share/doc/perl-Test2-Tools-Explain/Changes
/usr/share/doc/perl-Test2-Tools-Explain/README.md
/usr/share/man/man3/Test2::Tools::Explain.3pm.gz
/usr/share/perl5/vendor_perl/Test2
/usr/share/perl5/vendor_perl/Test2/Tools
/usr/share/perl5/vendor_perl/Test2/Tools/Explain.pm

References

Summary

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