How to Install and Uninstall perl-Pegex.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "perl-Pegex.noarch" package

Please follow the steps below to install perl-Pegex.noarch on Rocky Linux 8

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

2. Uninstall "perl-Pegex.noarch" package

Here is a brief guide to show you how to uninstall perl-Pegex.noarch on Rocky Linux 8:

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

3. Information about the perl-Pegex.noarch package on Rocky Linux 8

Last metadata expiration check: 2:29:38 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Pegex
Version : 0.75
Release : 1.el8
Architecture : noarch
Size : 135 k
Source : perl-Pegex-0.75-1.el8.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.