How To Install perl-Dumpvalue on Fedora 36

In this tutorial we learn how to install perl-Dumpvalue in Fedora 36. perl-Dumpvalue is Screen dump of Perl data

Introduction

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

What is perl-Dumpvalue

Dumpvalue module enables you to print a content of variables and other Perl data structures.

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

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

sudo dnf -y install perl-Dumpvalue

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

sudo yum -y install perl-Dumpvalue

How To Uninstall perl-Dumpvalue on Fedora 36

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

sudo dnf remove perl-Dumpvalue

perl-Dumpvalue Package Contents on Fedora 36

/usr/share/man/man3/Dumpvalue.3pm.gz
/usr/share/perl5/Dumpvalue.pm

References

Summary

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