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

Last updated: September 29,2024

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

Please follow the step by step instructions below to install perl-Data-Rmap.noarch on Fedora 38

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

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

This guide let you learn how to uninstall perl-Data-Rmap.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:05:40 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Data-Rmap
Version : 0.65
Release : 21.fc38
Architecture : noarch
Size : 22 k
Source : perl-Data-Rmap-0.65-21.fc38.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.