How to Install and Uninstall perl-Config-General.noarch Package on Fedora 35

Last updated: September 21,2024

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

Learn how to install perl-Config-General.noarch on Fedora 35

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

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

This guide let you learn how to uninstall perl-Config-General.noarch on Fedora 35:

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

3. Information about the perl-Config-General.noarch package on Fedora 35

Last metadata expiration check: 5:26:19 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Config-General
Version : 2.63
Release : 15.fc35
Architecture : noarch
Size : 73 k
Source : perl-Config-General-2.63-15.fc35.src.rpm
Repository : fedora
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.