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

Last updated: November 02,2024

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

Please follow the steps below to install perl-PPIx-Regexp.noarch on CentOS Stream 8

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

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

Please follow the instructions below to uninstall perl-PPIx-Regexp.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 5:10:44 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-PPIx-Regexp
Version : 0.068
Release : 1.el8
Architecture : noarch
Size : 284 k
Source : perl-PPIx-Regexp-0.068-1.el8.src.rpm
Repository : epel
Summary : Represent a regular expression of some sort
URL : https://metacpan.org/release/PPIx-Regexp
License : GPL+ or Artistic
Description : The purpose of the PPIx-Regexp package is to parse regular expressions in a
: manner similar to the way the PPI package parses Perl. This class forms the
: root of the parse tree, playing a role similar to PPI::Document.