How to Install and Uninstall perl-Pegex.noarch Package on Oracle Linux 9

Last updated: September 21,2024

1. Install "perl-Pegex.noarch" package

Please follow the guidance below to install perl-Pegex.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Pegex.noarch

2. Uninstall "perl-Pegex.noarch" package

Please follow the guidance below to uninstall perl-Pegex.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Pegex.noarch $ sudo dnf autoremove

3. Information about the perl-Pegex.noarch package on Oracle Linux 9

Last metadata expiration check: 0:12:18 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Pegex
Version : 0.75
Release : 10.el9
Architecture : noarch
Size : 129 k
Source : perl-Pegex-0.75-10.el9.src.rpm
Repository : epel
Summary : Pegex Parser Generator
URL : https://metacpan.org/release/Pegex
License : GPL+ or Artistic
Description : Pegex is an Acmeist parser framework. It is a PEG parser grammar syntax,
: combined with PCRE compatible regular expressions as the match tokens.
: Pegex draws heavily from Perl 6 rules, but works equivalently in many
: modern programming languages.