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

Last updated: November 01,2024

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

This guide let you learn how to install perl-ExtUtils-MM-Utils.noarch on Rocky Linux 8

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

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

This guide covers the steps necessary to uninstall perl-ExtUtils-MM-Utils.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:43:39 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-ExtUtils-MM-Utils
Epoch : 1
Version : 7.34
Release : 1.el8
Architecture : noarch
Size : 15 k
Source : perl-ExtUtils-MakeMaker-7.34-1.el8.src.rpm
Repository : 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.