How To Install perl-Module-Build.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Module-Build.noarch in Amazon Linux 2. perl-Module-Build.noarch is Build and install Perl modules

Introduction

In this tutorial we learn how to install perl-Module-Build.noarch on Amazon Linux 2.

What is perl-Module-Build.noarch

Module Perl modules. It is meant to be an alternative to ExtUtils module through sub-classing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module in a very cross-platform way. In fact, you don’t even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules.

We can use yum to install perl-Module-Build.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Module-Build.noarch.

Install perl-Module-Build.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Module-Build.noarch using yum by running the following command:

sudo yum -y install perl-Module-Build.noarch

How To Uninstall perl-Module-Build.noarch on Amazon Linux 2

To uninstall only the perl-Module-Build.noarch package we can use the following command:

sudo yum remove perl-Module-Build.noarch

perl-Module-Build.noarch Package Contents on Amazon Linux 2

/usr/bin/config_data
/usr/share/doc/perl-Module-Build-0.40.05
/usr/share/doc/perl-Module-Build-0.40.05/Changes
/usr/share/doc/perl-Module-Build-0.40.05/LICENSE
/usr/share/doc/perl-Module-Build-0.40.05/README
/usr/share/doc/perl-Module-Build-0.40.05/contrib
/usr/share/doc/perl-Module-Build-0.40.05/contrib/bash_completion.module-build
/usr/share/man/man1/config_data.1.gz
/usr/share/man/man3/Module::Build.3pm.gz
/usr/share/man/man3/Module::Build::API.3pm.gz
/usr/share/man/man3/Module::Build::Authoring.3pm.gz
/usr/share/man/man3/Module::Build::Base.3pm.gz
/usr/share/man/man3/Module::Build::Bundling.3pm.gz
/usr/share/man/man3/Module::Build::Compat.3pm.gz
/usr/share/man/man3/Module::Build::ConfigData.3pm.gz
/usr/share/man/man3/Module::Build::Cookbook.3pm.gz
/usr/share/man/man3/Module::Build::ModuleInfo.3pm.gz
/usr/share/man/man3/Module::Build::Notes.3pm.gz
/usr/share/man/man3/Module::Build::PPMMaker.3pm.gz
/usr/share/man/man3/Module::Build::Platform::Amiga.3pm.gz
/usr/share/man/man3/Module::Build::Platform::Default.3pm.gz
/usr/share/man/man3/Module::Build::Platform::EBCDIC.3pm.gz
/usr/share/man/man3/Module::Build::Platform::MPEiX.3pm.gz
/usr/share/man/man3/Module::Build::Platform::MacOS.3pm.gz
/usr/share/man/man3/Module::Build::Platform::RiscOS.3pm.gz
/usr/share/man/man3/Module::Build::Platform::Unix.3pm.gz
/usr/share/man/man3/Module::Build::Platform::VMS.3pm.gz
/usr/share/man/man3/Module::Build::Platform::VOS.3pm.gz
/usr/share/man/man3/Module::Build::Platform::Windows.3pm.gz
/usr/share/man/man3/Module::Build::Platform::aix.3pm.gz
/usr/share/man/man3/Module::Build::Platform::cygwin.3pm.gz
/usr/share/man/man3/Module::Build::Platform::darwin.3pm.gz
/usr/share/man/man3/Module::Build::Platform::os2.3pm.gz
/usr/share/man/man3/Module::Build::Version.3pm.gz
/usr/share/man/man3/Module::Build::YAML.3pm.gz
/usr/share/man/man3/inc::latest.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Build
/usr/share/perl5/vendor_perl/Module/Build.pm
/usr/share/perl5/vendor_perl/Module/Build/API.pod
/usr/share/perl5/vendor_perl/Module/Build/Authoring.pod
/usr/share/perl5/vendor_perl/Module/Build/Base.pm
/usr/share/perl5/vendor_perl/Module/Build/Bundling.pod
/usr/share/perl5/vendor_perl/Module/Build/Compat.pm
/usr/share/perl5/vendor_perl/Module/Build/Config.pm
/usr/share/perl5/vendor_perl/Module/Build/ConfigData.pm
/usr/share/perl5/vendor_perl/Module/Build/Cookbook.pm
/usr/share/perl5/vendor_perl/Module/Build/Dumper.pm
/usr/share/perl5/vendor_perl/Module/Build/ModuleInfo.pm
/usr/share/perl5/vendor_perl/Module/Build/Notes.pm
/usr/share/perl5/vendor_perl/Module/Build/PPMMaker.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform
/usr/share/perl5/vendor_perl/Module/Build/Platform/Amiga.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/Default.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/EBCDIC.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/MPEiX.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/MacOS.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/RiscOS.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/Unix.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/VMS.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/VOS.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/Windows.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/aix.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/cygwin.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/darwin.pm
/usr/share/perl5/vendor_perl/Module/Build/Platform/os2.pm
/usr/share/perl5/vendor_perl/Module/Build/PodParser.pm
/usr/share/perl5/vendor_perl/Module/Build/Version.pm
/usr/share/perl5/vendor_perl/Module/Build/YAML.pm
/usr/share/perl5/vendor_perl/inc
/usr/share/perl5/vendor_perl/inc/latest
/usr/share/perl5/vendor_perl/inc/latest.pm
/usr/share/perl5/vendor_perl/inc/latest/private.pm

References

Summary

In this tutorial we learn how to install perl-Module-Build.noarch on Amazon Linux 2 using yum.