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

Last updated: May 21,2024

1. Install "perl-Config-Std" package

This tutorial shows how to install perl-Config-Std on openSuSE Tumbleweed

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

2. Uninstall "perl-Config-Std" package

Please follow the step by step instructions below to uninstall perl-Config-Std on openSuSE Tumbleweed:

$ sudo zypper remove perl-Config-Std

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

Information for package perl-Config-Std:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Config-Std
Version : 0.903-1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 62.8 KiB
Installed : No
Status : not installed
Source package : perl-Config-Std-0.903-1.24.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.