How to Install and Uninstall perl-PPIx-Regexp.noarch Package on Amazon Linux 2

Last updated: April 26,2024

1. Install "perl-PPIx-Regexp.noarch" package

In this section, we are going to explain the necessary steps to install perl-PPIx-Regexp.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-PPIx-Regexp.noarch

2. Uninstall "perl-PPIx-Regexp.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-PPIx-Regexp.noarch on Amazon Linux 2:

$ sudo yum remove perl-PPIx-Regexp.noarch $ sudo yum autoremove

3. Information about the perl-PPIx-Regexp.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-PPIx-Regexp
Arch : noarch
Version : 0.034
Release : 3.amzn2
Size : 254 k
Repo : amzn2-core/2/x86_64
Summary : Represent a regular expression of some sort
URL : http://search.cpan.org/dist/PPIx-Regexp/
License : GPL+ or Artistic
Description : The purpose of the PPIx-Regexp package is to parse regular
: expressions in a manner similar to the way the PPI package parses
: Perl. This class forms the root of the parse tree, playing a role
: similar to PPI::Document.