How to Install and Uninstall perl-PPIx-Utilities.noarch Package on Fedora 38

Last updated: March 03,2025

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

This guide covers the steps necessary to install perl-PPIx-Utilities.noarch on Fedora 38

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

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

Here is a brief guide to show you how to uninstall perl-PPIx-Utilities.noarch on Fedora 38:

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

3. Information about the perl-PPIx-Utilities.noarch package on Fedora 38

Last metadata expiration check: 2:37:38 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-PPIx-Utilities
Version : 1.001000
Release : 48.fc38
Architecture : noarch
Size : 28 k
Source : perl-PPIx-Utilities-1.001000-48.fc38.src.rpm
Repository : fedora
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.