How to Install and Uninstall libregexp-grammars-perl Package on Kali Linux

Last updated: May 12,2024

1. Install "libregexp-grammars-perl" package

Please follow the step by step instructions below to install libregexp-grammars-perl on Kali Linux

$ sudo apt update $ sudo apt install libregexp-grammars-perl

2. Uninstall "libregexp-grammars-perl" package

Please follow the guidelines below to uninstall libregexp-grammars-perl on Kali Linux:

$ sudo apt remove libregexp-grammars-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libregexp-grammars-perl package on Kali Linux

Package: libregexp-grammars-perl
Version: 1.058-2
Installed-Size: 868
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 261908
SHA256: d5417feba7869d9c70c4b7306083bd0c1ba1e6a083afdaa6844be96e0b78f275
SHA1: 227a0aca838d111df0b4f26c5639b2c68e806197
MD5sum: 9d1962279e884dd954f120b7256f6c55
Description: Perl module to add grammatical parsing features to Perl 5.10 regexes
Regexp::Grammars adds a small number of new regex constructs that can be used
within Perl 5.10 patterns to implement complete recursive-descent parsing.
.
Perl 5.10 already supports recursive=descent matching, via the new
(?...) and (?&name) constructs. This technique makes it possible
to use regexes to recognize complex, hierarchical--and even recursive--
textual structures. The problem is that Perl 5.10 doesn't provide any
support for extracting that hierarchical data into nested data
structures. In other words, using Perl 5.10 you can match complex data,
but not parse it into an internally useful form.
.
An additional problem when using Perl 5.10 regexes to match complex
data formats is that you have to make sure you remember to insert whitespace-
matching constructs (such as \s*) at every possible position where the
data might contain ignorable whitespace. This reduces the readability
of such patterns, and increases the chance of errors (typically caused
by overlooking a location where whitespace might appear).
.
The Regexp::Grammars module solves both those problems.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Regexp-Grammars
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libr/libregexp-grammars-perl/libregexp-grammars-perl_1.058-2_all.deb