How To Install perl-autobox-dump on Fedora 36

In this tutorial we learn how to install perl-autobox-dump in Fedora 36. perl-autobox-dump is Human/perl readable strings from the results of an EXPR

Introduction

In this tutorial we learn how to install perl-autobox-dump on Fedora 36.

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 Fedora 36. 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 Fedora 36 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 Fedora 36 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 Fedora 36

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 Fedora 36

/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).