How to Install and Uninstall perl-Config-General.noarch Package on Oracle Linux 9
Last updated: November 14,2024
1. Install "perl-Config-General.noarch" package
Please follow the guidelines below to install perl-Config-General.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Config-General.noarch
Copied
2. Uninstall "perl-Config-General.noarch" package
Please follow the guidelines below to uninstall perl-Config-General.noarch on Oracle Linux 9:
$
sudo dnf remove
perl-Config-General.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Config-General.noarch package on Oracle Linux 9
Last metadata expiration check: 3:26:01 ago on Thu Feb 15 07:50:05 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.
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.