How to Install and Uninstall perl-Config-General Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-Config-General" package

Please follow the guidelines below to install perl-Config-General on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Config-General

2. Uninstall "perl-Config-General" package

In this section, we are going to explain the necessary steps to uninstall perl-Config-General on openSuSE Tumbleweed:

$ sudo zypper remove perl-Config-General

3. Information about the perl-Config-General package on openSuSE Tumbleweed

Information for package perl-Config-General:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Config-General
Version : 2.65-1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 172.9 KiB
Installed : No
Status : not installed
Source package : perl-Config-General-2.65-1.9.src
Upstream URL : https://metacpan.org/release/Config-General
Summary : Generic Config Module
Description :
This module opens a config file and parses its contents for you. The *new*
method requires one parameter which needs to be a filename. The method
*getall* returns a hash which contains all options and its associated
values of your 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%
compatible to Apache configs, 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.