How to Install and Uninstall perl-ExtUtils-CBuilder.noarch Package on Amazon Linux 2

Last updated: May 19,2024

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

Here is a brief guide to show you how to install perl-ExtUtils-CBuilder.noarch on Amazon Linux 2

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

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

This guide let you learn how to uninstall perl-ExtUtils-CBuilder.noarch on Amazon Linux 2:

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

3. Information about the perl-ExtUtils-CBuilder.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-ExtUtils-CBuilder
Arch : noarch
Epoch : 1
Version : 0.28.2.6
Release : 299.amzn2.0.1
Size : 68 k
Repo : amzn2-core/2/x86_64
Summary : Compile and link C code for Perl modules
URL : http://www.perl.org/
License : GPL+ or Artistic
Description : This module can build the C portions of Perl modules by invoking
: the appropriate compilers and linkers in a cross-platform manner.
: It was motivated by the Module::Build project, but may be useful
: for other purposes as well.