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

Last updated: October 05,2024

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

Please follow the steps below to install perl-ExtUtils-ParseXS.noarch on Amazon Linux 2

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

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

This is a short guide on how to uninstall perl-ExtUtils-ParseXS.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-ExtUtils-ParseXS
Arch : noarch
Epoch : 1
Version : 3.18
Release : 3.amzn2
Size : 77 k
Repo : amzn2-core/2/x86_64
Summary : Module and a script for converting Perl XS code into C code
URL : http://search.cpan.org/dist/ExtUtils-ParseXS/
License : GPL+ or Artistic
Description : ExtUtils::ParseXS will compile XS code into C code by embedding
: the constructs necessary to let C functions manipulate Perl values
: and creates the glue necessary to let Perl access those functions.