How to Install and Uninstall perl-ExtUtils-MakeMaker.noarch Package on Fedora 34

Last updated: October 05,2024

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

Learn how to install perl-ExtUtils-MakeMaker.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-ExtUtils-MakeMaker.noarch

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

Please follow the steps below to uninstall perl-ExtUtils-MakeMaker.noarch on Fedora 34:

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

3. Information about the perl-ExtUtils-MakeMaker.noarch package on Fedora 34

Last metadata expiration check: 1:30:16 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-ExtUtils-MakeMaker
Epoch : 2
Version : 7.64
Release : 1.fc34
Architecture : noarch
Size : 289 k
Source : perl-ExtUtils-MakeMaker-7.64-1.fc34.src.rpm
Repository : updates
Summary : Create a module Makefile
URL : https://metacpan.org/release/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.