How to Install and Uninstall libparse-recdescent-perl Package on Kali Linux

Last updated: May 10,2024

1. Install "libparse-recdescent-perl" package

Please follow the guidance below to install libparse-recdescent-perl on Kali Linux

$ sudo apt update $ sudo apt install libparse-recdescent-perl

2. Uninstall "libparse-recdescent-perl" package

This guide let you learn how to uninstall libparse-recdescent-perl on Kali Linux:

$ sudo apt remove libparse-recdescent-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libparse-recdescent-perl package on Kali Linux

Package: libparse-recdescent-perl
Version: 1.967015+dfsg-4
Installed-Size: 459
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 146584
SHA256: f64280a146d3dbf53132dcbbf6e2353b957806ea83bf0109e28e62618a90ed3e
SHA1: de29ad7425ccfc6ba93fc9d9ddbeebe1fb64c94e
MD5sum: a0358139ff5dffc892101077d0ee6d98
Description: Perl module to create and use recursive-descent parsers
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, optional and alternate sub-rules within productions
* Late-bound (run-time dispatched) sub-rules
* 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
* Incremental extension of the parsing grammar (even during a parse)
* The ability to retrieve the generated parsing code
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Parse-RecDescent/
Tag: devel::code-generator, devel::lang:perl, devel::library,
implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libp/libparse-recdescent-perl/libparse-recdescent-perl_1.967015+dfsg-4_all.deb