How to Install and Uninstall perl-ExtUtils-MakeMaker.noarch Package on CentOS 7 / RHEL 7

Last updated: May 07,2024

1. Install "perl-ExtUtils-MakeMaker.noarch" package

This tutorial shows how to install perl-ExtUtils-MakeMaker.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-ExtUtils-MakeMaker.noarch

2. Uninstall "perl-ExtUtils-MakeMaker.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-ExtUtils-MakeMaker.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-ExtUtils-MakeMaker.noarch $ sudo yum autoremove

3. Information about the perl-ExtUtils-MakeMaker.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-ExtUtils-MakeMaker
Arch : noarch
Version : 6.68
Release : 3.el7
Size : 635 k
Repo : installed
From repo : base
Summary : Create a module Makefile
URL : http://search.cpan.org/dist/ExtUtils-MakeMaker/
License : GPL+ or Artistic
Description : This utility is designed to write a Makefile for an extension
: module from a Makefile.PL. It is based on the Makefile.SH model
: provided by Andy Dougherty and the perl5-porters.