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

Last updated: May 19,2024

1. Install "perl-Config-Any" package

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

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

2. Uninstall "perl-Config-Any" package

This tutorial shows how to uninstall perl-Config-Any on openSuSE Tumbleweed:

$ sudo zypper remove perl-Config-Any

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

Information for package perl-Config-Any:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Config-Any
Version : 0.33-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 71.1 KiB
Installed : No
Status : not installed
Source package : perl-Config-Any-0.33-1.4.src
Upstream URL : https://metacpan.org/release/Config-Any
Summary : Load configuration from different file formats, transparently
Description :
Config::Any provides a facility for Perl applications and libraries to load
configuration data from multiple different file formats. It supports XML,
YAML, JSON, Apache-style configuration, Windows INI files, and even Perl
code.
The rationale for this module is as follows: Perl programs are deployed on
many different platforms and integrated with many different systems.
Systems administrators and end users may prefer different configuration
formats than the developers. The flexibility inherent in a multiple format
configuration loader allows different users to make different choices,
without generating extra work for the developers. As a developer you only
need to learn a single interface to be able to use the power of different
configuration formats.