How to Install and Uninstall perl-Config-General.noarch Package on AlmaLinux 8

Last updated: May 18,2024

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

Please follow the guidelines below to install perl-Config-General.noarch on AlmaLinux 8

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

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

Here is a brief guide to show you how to uninstall perl-Config-General.noarch on AlmaLinux 8:

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

3. Information about the perl-Config-General.noarch package on AlmaLinux 8

Last metadata expiration check: 0:49:06 ago on Mon Sep 5 03:22:42 2022.
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.