How To Install perl-autobox-dump on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-autobox-dump
on Rocky Linux 8.
What is perl-autobox-dump
The autobox expression (such as scalars, arrays, hashes, math, literals, etc.) that produces a human/perl readable representation of the value of that expression.
We can use yum
or dnf
to install perl-autobox-dump
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-autobox-dump.
Install perl-autobox-dump 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-autobox-dump
using dnf
by running the following command:
sudo dnf -y install perl-autobox-dump
Install perl-autobox-dump 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-autobox-dump
using yum
by running the following command:
sudo yum -y install perl-autobox-dump
How To Uninstall perl-autobox-dump on Rocky Linux 8
To uninstall only the perl-autobox-dump
package we can use the following command:
sudo dnf remove perl-autobox-dump
perl-autobox-dump Package Contents on Rocky Linux 8
/usr/share/doc/perl-autobox-dump
/usr/share/doc/perl-autobox-dump/Changes
/usr/share/doc/perl-autobox-dump/README
/usr/share/man/man3/autobox::dump.3pm.gz
/usr/share/perl5/vendor_perl/autobox
/usr/share/perl5/vendor_perl/autobox/dump.pm
References
Summary
In this tutorial we learn how to install perl-autobox-dump
on Rocky Linux 8 using yum and dnf.