How To Install perl-Data-Rmap on Fedora 36

In this tutorial we learn how to install perl-Data-Rmap in Fedora 36. perl-Data-Rmap is Recursive map, apply a block to a data structure

Introduction

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

What is perl-Data-Rmap

This Perl module evaluates a BLOCK over a list of data structures recursively (locally setting $_ to each element) and return the list composed of the results of such evaluations. $_ can be used to modify the elements.

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

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

sudo dnf -y install perl-Data-Rmap

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

sudo yum -y install perl-Data-Rmap

How To Uninstall perl-Data-Rmap on Fedora 36

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

sudo dnf remove perl-Data-Rmap

perl-Data-Rmap Package Contents on Fedora 36

/usr/share/doc/perl-Data-Rmap
/usr/share/doc/perl-Data-Rmap/Changes
/usr/share/doc/perl-Data-Rmap/README
/usr/share/man/man3/Data::Rmap.3pm.gz
/usr/share/perl5/vendor_perl/Data
/usr/share/perl5/vendor_perl/Data/Rmap.pm

References

Summary

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