How to Install and Uninstall libconfig-grammar-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libconfig-grammar-perl" package

Please follow the guidance below to install libconfig-grammar-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libconfig-grammar-perl" package

Please follow the guidelines below to uninstall libconfig-grammar-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libconfig-grammar-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libconfig-grammar-perl
Priority: optional
Section: universe/perl
Installed-Size: 75
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.11-1
Depends: perl
Filename: pool/universe/libc/libconfig-grammar-perl/libconfig-grammar-perl_1.11-1_all.deb
Size: 21658
MD5sum: 086ffd04ea93a2028926cd7fa0267935
SHA1: 7f64906b12025d0035bcefbc5a0d5c094fd5da35
SHA256: 8d4a2269f4ed38eab47a43226cc5414d86c77f3919f4c3a1dca75cc416c14fec
Description-en: 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: 32678e3db5887889a663ca97a082bde7
Homepage: https://metacpan.org/release/Config-Grammar
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu