How to Install and Uninstall perl-Config-General.noarch Package on CentOS Stream 8
Last updated: November 01,2024
1. Install "perl-Config-General.noarch" package
In this section, we are going to explain the necessary steps to install perl-Config-General.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Config-General.noarch
Copied
2. Uninstall "perl-Config-General.noarch" package
This guide let you learn how to uninstall perl-Config-General.noarch on CentOS Stream 8:
$
sudo dnf remove
perl-Config-General.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Config-General.noarch package on CentOS Stream 8
Last metadata expiration check: 6:41:46 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Config-General
Version : 2.63
Release : 10.el8
Architecture : noarch
Size : 80 k
Source : perl-Config-General-2.63-10.el8.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.
Available Packages
Name : perl-Config-General
Version : 2.63
Release : 10.el8
Architecture : noarch
Size : 80 k
Source : perl-Config-General-2.63-10.el8.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.