How To Install perl-Devel-Dumpvar on Fedora 36

In this tutorial we learn how to install perl-Devel-Dumpvar in Fedora 36. perl-Devel-Dumpvar is Pure-OO reimplementation of dumpvar.pl

Introduction

In this tutorial we learn how to install perl-Devel-Dumpvar on Fedora 36.

What is perl-Devel-Dumpvar

Most perl dumping modules are focused on serializing data structures into a format that can be rebuilt into the original data structure. They do this with a variety of different focuses, such as human readability, the ability to execute the dumped code directly, or to minimize the size of the dumped data.

We can use yum or dnf to install perl-Devel-Dumpvar on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Devel-Dumpvar.

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

sudo dnf -y install perl-Devel-Dumpvar

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

sudo yum -y install perl-Devel-Dumpvar

How To Uninstall perl-Devel-Dumpvar on Fedora 36

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

sudo dnf remove perl-Devel-Dumpvar

perl-Devel-Dumpvar Package Contents on Fedora 36

/usr/share/doc/perl-Devel-Dumpvar
/usr/share/doc/perl-Devel-Dumpvar/Changes
/usr/share/doc/perl-Devel-Dumpvar/README
/usr/share/licenses/perl-Devel-Dumpvar
/usr/share/licenses/perl-Devel-Dumpvar/LICENSE
/usr/share/man/man3/Devel::Dumpvar.3pm.gz
/usr/share/perl5/vendor_perl/Devel
/usr/share/perl5/vendor_perl/Devel/Dumpvar.pm

References

Summary

In this tutorial we learn how to install perl-Devel-Dumpvar on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).