How to Install and Uninstall perl-ExtUtils-MM-Utils.noarch Package on Oracle Linux 9

Last updated: May 14,2024

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

Here is a brief guide to show you how to install perl-ExtUtils-MM-Utils.noarch on Oracle Linux 9

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

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

This is a short guide on how to uninstall perl-ExtUtils-MM-Utils.noarch on Oracle Linux 9:

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

3. Information about the perl-ExtUtils-MM-Utils.noarch package on Oracle Linux 9

Last metadata expiration check: 0:01:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-ExtUtils-MM-Utils
Epoch : 2
Version : 7.60
Release : 3.el9
Architecture : noarch
Size : 13 k
Source : perl-ExtUtils-MakeMaker-7.60-3.el9.src.rpm
Repository : ol9_appstream
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.