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

Last updated: October 06,2024

1. Install "perl-Pegex.noarch" package

Learn how to install perl-Pegex.noarch on AlmaLinux 9

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

2. Uninstall "perl-Pegex.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Pegex.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:32:29 ago on Wed Mar 13 07:41:12 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.