How to Install and Uninstall perl-Parse-RecDescent.noarch Package on Fedora 39
Last updated: February 06,2025
1. Install "perl-Parse-RecDescent.noarch" package
Here is a brief guide to show you how to install perl-Parse-RecDescent.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
perl-Parse-RecDescent.noarch
Copied
2. Uninstall "perl-Parse-RecDescent.noarch" package
In this section, we are going to explain the necessary steps to uninstall perl-Parse-RecDescent.noarch on Fedora 39:
$
sudo dnf remove
perl-Parse-RecDescent.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Parse-RecDescent.noarch package on Fedora 39
Last metadata expiration check: 5:45:52 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Parse-RecDescent
Version : 1.967015
Release : 20.fc39
Architecture : noarch
Size : 208 k
Source : perl-Parse-RecDescent-1.967015-20.fc39.src.rpm
Repository : fedora
Summary : Generate Recursive-Descent Parsers
URL : https://metacpan.org/release/Parse-RecDescent
License : ( GPL-1.0-or-later OR Artistic-1.0-Perl ) OR ( GPL-2.0-or-later OR Artistic-1.0-Perl )
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 : 20.fc39
Architecture : noarch
Size : 208 k
Source : perl-Parse-RecDescent-1.967015-20.fc39.src.rpm
Repository : fedora
Summary : Generate Recursive-Descent Parsers
URL : https://metacpan.org/release/Parse-RecDescent
License : ( GPL-1.0-or-later OR Artistic-1.0-Perl ) OR ( GPL-2.0-or-later OR Artistic-1.0-Perl )
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