How to Install and Uninstall perl-Parse-RecDescent.noarch Package on Amazon Linux 2
Last updated: January 09,2025
1. Install "perl-Parse-RecDescent.noarch" package
Please follow the step by step instructions below to install perl-Parse-RecDescent.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
perl-Parse-RecDescent.noarch
Copied
2. Uninstall "perl-Parse-RecDescent.noarch" package
Here is a brief guide to show you how to uninstall perl-Parse-RecDescent.noarch on Amazon Linux 2:
$
sudo yum remove
perl-Parse-RecDescent.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the perl-Parse-RecDescent.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : perl-Parse-RecDescent
Arch : noarch
Version : 1.967009
Release : 5.amzn2
Size : 203 k
Repo : amzn2-core/2/x86_64
Summary : Generate Recursive-Descent Parsers
URL : http://search.cpan.org/dist/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
Arch : noarch
Version : 1.967009
Release : 5.amzn2
Size : 203 k
Repo : amzn2-core/2/x86_64
Summary : Generate Recursive-Descent Parsers
URL : http://search.cpan.org/dist/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