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

Last updated: May 18,2024

1. Install "perl-Config-Tiny" package

This is a short guide on how to install perl-Config-Tiny on openSuSE Tumbleweed

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

2. Uninstall "perl-Config-Tiny" package

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

$ sudo zypper remove perl-Config-Tiny

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

Information for package perl-Config-Tiny:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Config-Tiny
Version : 2.300.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 50.7 KiB
Installed : No
Status : not installed
Source package : perl-Config-Tiny-2.300.0-2.1.src
Upstream URL : https://metacpan.org/release/Config-Tiny
Summary : Read/Write .ini style files with as little code as possible
Description :
'Config::Tiny' is a Perl class to read and write .ini style configuration
files with as little code as possible, reducing load time and memory
overhead.
Most of the time it is accepted that Perl applications use a lot of memory
and modules.
The '*::Tiny' family of modules is specifically intended to provide an
ultralight alternative to the standard modules.
This module is primarily for reading human written files, and anything we
write shouldn't need to have documentation/comments. If you need something
with more power move up to Config::Simple, Config::General or one of the
many other 'Config::*' modules.
Lastly, Config::Tiny does *not* preserve your comments, whitespace, or the
order of your config file.
See Config::Tiny::Ordered (and possibly others) for the preservation of the
order of the entries in the file.