How to Install and Uninstall perl-ExtUtils-MM-Utils.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-ExtUtils-MM-Utils.noarch" package

Please follow the guidelines below to install perl-ExtUtils-MM-Utils.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-ExtUtils-MM-Utils.noarch

2. Uninstall "perl-ExtUtils-MM-Utils.noarch" package

Please follow the guidance below to uninstall perl-ExtUtils-MM-Utils.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-ExtUtils-MM-Utils.noarch $ sudo dnf autoremove

3. Information about the perl-ExtUtils-MM-Utils.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:11:03 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-ExtUtils-MM-Utils
Epoch : 2
Version : 7.60
Release : 3.el9
Architecture : noarch
Size : 14 k
Source : perl-ExtUtils-MakeMaker-7.60-3.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : ExtUtils::MM methods without dependency on ExtUtils::MakeMaker
URL : https://metacpan.org/release/ExtUtils-MakeMaker
License : GPL+ or Artistic
Description : This is a collection of ExtUtils::MM subroutines that are used by many
: other modules but that do not need full-featured ExtUtils::MakeMaker. The
: issue with ExtUtils::MakeMaker is it pulls in Perl header files and that
: is an overkill for small subroutines.