How to Install and Uninstall libparser-mgc-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libparser-mgc-perl" package

Please follow the guidance below to install libparser-mgc-perl on Kali Linux

$ sudo apt update $ sudo apt install libparser-mgc-perl

2. Uninstall "libparser-mgc-perl" package

Please follow the guidance below to uninstall libparser-mgc-perl on Kali Linux:

$ sudo apt remove libparser-mgc-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libparser-mgc-perl package on Kali Linux

Package: libparser-mgc-perl
Version: 0.21-1
Installed-Size: 106
Maintainer: Debian Perl Group
Architecture: all
Depends: libsyntax-keyword-try-perl, perl:any
Size: 45512
SHA256: ebcc09577faa82c3222b7dd10c6a0b4f8212abf020749aff9db70aee68088a89
SHA1: 98086393b4c1e5d559536fbfa5cceb2f8e80822b
MD5sum: 8c534e703edb88026a6c40b9dad47763
Description: builder for simple recursive-descent parsers
Parser::MGC provides a low-level framework
for building recursive-descent parsers
that consume a given input string from left to right,
returning a parse structure.
It takes its name from the `m//gc' regexps
used to implement the token parsing behaviour.
.
It provides a number of token-parsing methods,
which each extract a grammatical token from the string.
It also provides wrapping methods
that can be used to build up a possibly-recursive grammar structure,
by applying a structure around other parts of parsing code.
Description-md5:
Homepage: https://metacpan.org/release/Parser-MGC
Section: perl
Priority: optional
Filename: pool/main/libp/libparser-mgc-perl/libparser-mgc-perl_0.21-1_all.deb