How to Install and Uninstall perl-Config-Grammar.noarch Package on CentOS Stream 9

Last updated: September 22,2024

1. Install "perl-Config-Grammar.noarch" package

This is a short guide on how to install perl-Config-Grammar.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install perl-Config-Grammar.noarch

2. Uninstall "perl-Config-Grammar.noarch" package

Please follow the guidelines below to uninstall perl-Config-Grammar.noarch on CentOS Stream 9:

$ sudo dnf remove perl-Config-Grammar.noarch $ sudo dnf autoremove

3. Information about the perl-Config-Grammar.noarch package on CentOS Stream 9

Last metadata expiration check: 2:49:32 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Config-Grammar
Version : 1.13
Release : 13.el9
Architecture : noarch
Size : 29 k
Source : perl-Config-Grammar-1.13-13.el9.src.rpm
Repository : epel
Summary : Grammar-based, user-friendly config parser
URL : https://metacpan.org/release/Config-Grammar
License : GPL+ or Artistic
Description : 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.