How to Install and Uninstall perl-Data-Rmap.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-Data-Rmap.noarch" package

In this section, we are going to explain the necessary steps to install perl-Data-Rmap.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Data-Rmap.noarch

2. Uninstall "perl-Data-Rmap.noarch" package

Please follow the step by step instructions below to uninstall perl-Data-Rmap.noarch on Fedora 36:

$ sudo dnf remove perl-Data-Rmap.noarch $ sudo dnf autoremove

3. Information about the perl-Data-Rmap.noarch package on Fedora 36

Last metadata expiration check: 1:07:28 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Data-Rmap
Version : 0.65
Release : 18.fc36
Architecture : noarch
Size : 22 k
Source : perl-Data-Rmap-0.65-18.fc36.src.rpm
Repository : fedora
Summary : Recursive map, apply a block to a data structure
URL : https://metacpan.org/release/Data-Rmap
License : GPL+ or Artistic
Description : 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.