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

Last updated: October 04,2024

1. Install "perl-Config-Std" package

Please follow the steps below to install perl-Config-Std on openSUSE Leap

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

2. Uninstall "perl-Config-Std" package

Please follow the guidelines below to uninstall perl-Config-Std on openSUSE Leap:

$ sudo zypper remove perl-Config-Std

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

Information for package perl-Config-Std:
----------------------------------------
Repository : Main Repository
Name : perl-Config-Std
Version : 0.903-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 63.7 KiB
Installed : No
Status : not installed
Source package : perl-Config-Std-0.903-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Config-Std/
Summary : Load and save configuration files in a standard format
Description :
This module implements yet another damn configuration-file system.
The configuration language is deliberately simple and limited, and the
module works hard to preserve as much information (section order, comments,
etc.) as possible when a configuration file is updated.
The whole point of Config::Std is to encourage use of one standard layout
and syntax in config files. Damian says "I could have gotten away with it,
I would have only allowed one separator. But it proved impossible to choose
between ':' and '=' (half the people I asked wanted one, half wanted the
other)." Providing round-trip file re-write is the spoonful of sugar to
help the medicine go down. The supported syntax is within the general INI
file family
See Chapter 19 of "Perl Best Practices" (O'Reilly, 2005) for more detail on
the rationale for this approach.