How to Install and Uninstall perl-PPIx-Utilities.noarch Package on CentOS Stream 8

Last updated: November 02,2024

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

Here is a brief guide to show you how to install perl-PPIx-Utilities.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-PPIx-Utilities.noarch

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

This guide let you learn how to uninstall perl-PPIx-Utilities.noarch on CentOS Stream 8:

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

3. Information about the perl-PPIx-Utilities.noarch package on CentOS Stream 8

Last metadata expiration check: 5:59:39 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-PPIx-Utilities
Version : 1.001000
Release : 35.el8
Architecture : noarch
Size : 32 k
Source : perl-PPIx-Utilities-1.001000-35.el8.src.rpm
Repository : epel
Summary : Extensions to PPI
URL : https://metacpan.org/release/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.