How to Install and Uninstall libconfig-grammar-perl Package on Kali Linux

Last updated: May 16,2024

1. Install "libconfig-grammar-perl" package

Please follow the guidance below to install libconfig-grammar-perl on Kali Linux

$ sudo apt update $ sudo apt install libconfig-grammar-perl

2. Uninstall "libconfig-grammar-perl" package

Please follow the step by step instructions below to uninstall libconfig-grammar-perl on Kali Linux:

$ sudo apt remove libconfig-grammar-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libconfig-grammar-perl package on Kali Linux

Package: libconfig-grammar-perl
Version: 1.13-5
Installed-Size: 76
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 23180
SHA256: 5e382bb14f772179fe2daba52085a8091bc1d2512f3fae347a70d5b0786a4ffb
SHA1: 16214aab6cf50cca68e3c5057ec3b9088fcbc2a5
MD5sum: f44103fd1add01e4af01d19766216fc7
Description: grammar-based user-friendly config parser
Config::Grammar is a module to parse configuration files. The configuration
may consist of multiple-level sections with assignments and tabular data. The
parsed data will be returned as a hash containing the whole configuration.
Config::Grammar uses a grammar that is supplied upon creation of a
Config::Grammar object to parse the configuration file and return helpful
error messages in case of syntax errors. Using the makepod method you can
generate documentation of the configuration file format.
.
The maketmpl method can generate a template configuration file. If your
grammar contains regexp matches, the template will not be all that helpful as
Config::Grammar is not smart enough to give you sensible template data based
in regular expressions. The related function maketmplmin generates a minimal
configuration template without examples, regexps or comments and thus allows
an experienced user to fill in the configuration data more efficiently.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Config-Grammar
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libconfig-grammar-perl/libconfig-grammar-perl_1.13-5_all.deb