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

Last updated: November 30,2024

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

This guide covers the steps necessary to install perl-ExtUtils-MM-Utils.noarch on AlmaLinux 8

$ 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 AlmaLinux 8:

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

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

Last metadata expiration check: 1:07:05 ago on Mon Sep 5 03:22:42 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 : 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.