How to Install and Uninstall perl-Config-General.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

This tutorial shows how to install perl-Config-General.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the guidance below to uninstall perl-Config-General.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Config-General.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:15:47 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Config-General
Version : 2.63
Release : 7.el9
Architecture : noarch
Size : 73 k
Source : perl-Config-General-2.63-7.el9.src.rpm
Repository : epel
Summary : Generic configuration module for Perl
URL : https://metacpan.org/release/Config-General
License : GPL+ or Artistic
Description : This module opens a config file and parses its contents for
: you. After parsing the module returns a hash structure which contains
: the representation of the config file.
: The format of config files supported by Config::General is inspired by
: the well known Apache config format, in fact, this module is 100%
: read-compatible with Apache config files, but you can also just use simple
: name/value pairs in your config files.
: In addition to the capabilities of an Apache config file it supports
: some enhancements such as here-documents, C-style comments or
: multiline options. It is also possible to save the config back to
: disk, which makes the module a perfect backend for configuration
: interfaces.
: It is possible to use variables in config files and there exists also
: support for object oriented access to the configuration.