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

Last updated: October 10,2024

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

Please follow the guidelines below to install perl-PPIx-Utilities.noarch on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall perl-PPIx-Utilities.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:07:32 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-PPIx-Utilities
Version : 1.001000
Release : 49.fc39
Architecture : noarch
Size : 28 k
Source : perl-PPIx-Utilities-1.001000-49.fc39.src.rpm
Repository : fedora
Summary : Extensions to PPI
URL : https://metacpan.org/release/PPIx-Utilities
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.