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

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 Oracle Linux 8

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

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

Please follow the guidelines below to uninstall perl-ExtUtils-MM-Utils.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 0:08:53 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-ExtUtils-MM-Utils
Epoch : 1
Version : 7.34
Release : 1.el8
Architecture : noarch
Size : 16 k
Source : perl-ExtUtils-MakeMaker-7.34-1.el8.src.rpm
Repository : ol8_appstream
Summary : ExtUtils::MM methods without dependency on ExtUtils::MakeMaker
URL : http://search.cpan.org/dist/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.