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

Last updated: May 09,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 35

$ 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 35:

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

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

Last metadata expiration check: 2:45:58 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Data-Rmap
Version : 0.65
Release : 17.fc35
Architecture : noarch
Size : 22 k
Source : perl-Data-Rmap-0.65-17.fc35.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.