How to Install and Uninstall perl-PPIx-Utilities Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-PPIx-Utilities" package

Please follow the step by step instructions below to install perl-PPIx-Utilities on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-PPIx-Utilities

2. Uninstall "perl-PPIx-Utilities" package

Here is a brief guide to show you how to uninstall perl-PPIx-Utilities on openSUSE Leap:

$ sudo zypper remove perl-PPIx-Utilities

3. Information about the perl-PPIx-Utilities package on openSUSE Leap

Information for package perl-PPIx-Utilities:
--------------------------------------------
Repository : Main Repository
Name : perl-PPIx-Utilities
Version : 1.001000-bp155.3.9
Arch : noarch
Vendor : openSUSE
Installed Size : 60.3 KiB
Installed : No
Status : not installed
Source package : perl-PPIx-Utilities-1.001000-bp155.3.9.src
Upstream URL : http://search.cpan.org/dist/PPIx-Utilities/
Summary : Extensions to L
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.