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

Last updated: May 08,2024

1. Install "perl-Config-Tiny" package

Please follow the instructions below to install perl-Config-Tiny on openSUSE Leap

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

2. Uninstall "perl-Config-Tiny" package

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

$ sudo zypper remove perl-Config-Tiny

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

Information for package perl-Config-Tiny:
-----------------------------------------
Repository : Main Repository
Name : perl-Config-Tiny
Version : 2.28-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 46.1 KiB
Installed : No
Status : not installed
Source package : perl-Config-Tiny-2.28-bp155.1.5.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.