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

Last updated: November 29,2024

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

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

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

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

This tutorial shows how to uninstall perl-PPIx-Utilities.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-PPIx-Utilities
Arch : noarch
Version : 1.001000
Release : 8.amzn2
Size : 28 k
Repo : amzn2-core/2/x86_64
Summary : Extensions to PPI
URL : http://search.cpan.org/dist/PPIx-Utilities/
License : GPL+ or Artistic
Description : This is a collection of functions for dealing with PPI objects,
: many of which originated in Perl::Critic. They are organized into
: modules by the kind of PPI class they relate to, by replacing the
: "PPI" at the front of the module name with "PPIx::Utilities", e.g.
: functionality related to PPI::Nodes is in PPIx::Utilities::Node.