How to Install and Uninstall perl-ExtUtils-MakeMaker-CPANfile Package on openSUSE Leap

Last updated: July 01,2024

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

This tutorial shows how to install perl-ExtUtils-MakeMaker-CPANfile on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-ExtUtils-MakeMaker-CPANfile

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

Here is a brief guide to show you how to uninstall perl-ExtUtils-MakeMaker-CPANfile on openSUSE Leap:

$ sudo zypper remove perl-ExtUtils-MakeMaker-CPANfile

3. Information about the perl-ExtUtils-MakeMaker-CPANfile package on openSUSE Leap

Information for package perl-ExtUtils-MakeMaker-CPANfile:
---------------------------------------------------------
Repository : Main Repository
Name : perl-ExtUtils-MakeMaker-CPANfile
Version : 0.09-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 29.3 KiB
Installed : No
Status : not installed
Source package : perl-ExtUtils-MakeMaker-CPANfile-0.09-bp155.2.8.src
Upstream URL : https://metacpan.org/release/ExtUtils-MakeMaker-CPANfile
Summary : Cpanfile Support for Eumm
Description :
ExtUtils::MakeMaker::CPANfile loads 'cpanfile' in your distribution and
modifies parameters for 'WriteMakefile' in your Makefile.PL. Just use it
instead of ExtUtils::MakeMaker (which should be loaded internally), and
prepare 'cpanfile'.
As of version 0.03, ExtUtils::MakeMaker::CPANfile also removes
WriteMakefile parameters that the installed version of ExtUtils::MakeMaker
doesn't know, to avoid warnings.