How to Install and Uninstall perl-Config-Any Package on openSUSE Leap

Last updated: May 20,2024

1. Install "perl-Config-Any" package

Please follow the guidance below to install perl-Config-Any on openSUSE Leap

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

2. Uninstall "perl-Config-Any" package

In this section, we are going to explain the necessary steps to uninstall perl-Config-Any on openSUSE Leap:

$ sudo zypper remove perl-Config-Any

3. Information about the perl-Config-Any package on openSUSE Leap

Information for package perl-Config-Any:
----------------------------------------
Repository : Main Repository
Name : perl-Config-Any
Version : 0.32-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 54.1 KiB
Installed : No
Status : not installed
Source package : perl-Config-Any-0.32-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/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.