How to Install and Uninstall perl-Parse-RecDescent.noarch Package on CentOS Stream 8
Last updated: November 02,2024
1. Install "perl-Parse-RecDescent.noarch" package
Please follow the guidelines below to install perl-Parse-RecDescent.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Parse-RecDescent.noarch
Copied
2. Uninstall "perl-Parse-RecDescent.noarch" package
Please follow the step by step instructions below to uninstall perl-Parse-RecDescent.noarch on CentOS Stream 8:
$
sudo dnf remove
perl-Parse-RecDescent.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Parse-RecDescent.noarch package on CentOS Stream 8
Last metadata expiration check: 1:46:28 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Parse-RecDescent
Version : 1.967015
Release : 6.el8
Architecture : noarch
Size : 211 k
Source : perl-Parse-RecDescent-1.967015-6.el8.src.rpm
Repository : epel
Summary : Generate Recursive-Descent Parsers
URL : https://metacpan.org/release/Parse-RecDescent
License : (GPL+ or Artistic) and (GPLv2+ or Artistic)
Description : Parse::RecDescent incrementally generates top-down recursive-descent
: text parsers from simple yacc-like grammar specifications. It
: provides:
:
: * Regular expressions or literal strings as terminals (tokens)
: * Multiple (non-contiguous) productions for any rule
: * Repeated and optional subrules within productions
: * Full access to Perl within actions specified as part of the grammar
: * Simple automated error reporting during parser generation and parsing
: * The ability to commit to, uncommit to, or reject particular
: productions during a parse
: * The ability to pass data up and down the parse tree ("down" via
: subrule argument lists, "up" via subrule return values)
: * Incremental extension of the parsing grammar (even during a parse)
: * Precompilation of parser objects
: * User-definable reduce-reduce conflict resolution via "scoring" of
: matching productions
Available Packages
Name : perl-Parse-RecDescent
Version : 1.967015
Release : 6.el8
Architecture : noarch
Size : 211 k
Source : perl-Parse-RecDescent-1.967015-6.el8.src.rpm
Repository : epel
Summary : Generate Recursive-Descent Parsers
URL : https://metacpan.org/release/Parse-RecDescent
License : (GPL+ or Artistic) and (GPLv2+ or Artistic)
Description : Parse::RecDescent incrementally generates top-down recursive-descent
: text parsers from simple yacc-like grammar specifications. It
: provides:
:
: * Regular expressions or literal strings as terminals (tokens)
: * Multiple (non-contiguous) productions for any rule
: * Repeated and optional subrules within productions
: * Full access to Perl within actions specified as part of the grammar
: * Simple automated error reporting during parser generation and parsing
: * The ability to commit to, uncommit to, or reject particular
: productions during a parse
: * The ability to pass data up and down the parse tree ("down" via
: subrule argument lists, "up" via subrule return values)
: * Incremental extension of the parsing grammar (even during a parse)
: * Precompilation of parser objects
: * User-definable reduce-reduce conflict resolution via "scoring" of
: matching productions