How To Install perl-Data-Dmp on Fedora 36

In this tutorial we learn how to install perl-Data-Dmp in Fedora 36. perl-Data-Dmp is Dump Perl data structures as Perl code

Introduction

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

What is perl-Data-Dmp

This module is a Perl dumper like Data and does not use any non-core modules except Regexp regexes. It produces compact single-line output (similar to Data structures, coderefs.

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

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

sudo dnf -y install perl-Data-Dmp

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

sudo yum -y install perl-Data-Dmp

How To Uninstall perl-Data-Dmp on Fedora 36

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

sudo dnf remove perl-Data-Dmp

perl-Data-Dmp Package Contents on Fedora 36

/usr/share/doc/perl-Data-Dmp
/usr/share/doc/perl-Data-Dmp/Changes
/usr/share/doc/perl-Data-Dmp/README
/usr/share/doc/perl-Data-Dmp/devscripts
/usr/share/doc/perl-Data-Dmp/devscripts/bench
/usr/share/licenses/perl-Data-Dmp
/usr/share/licenses/perl-Data-Dmp/LICENSE
/usr/share/man/man3/Data::Dmp.3pm.gz
/usr/share/perl5/vendor_perl/Data
/usr/share/perl5/vendor_perl/Data/Dmp.pm

References

Summary

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