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

Last updated: June 02,2024

1. Install "perl-Config-Simple" package

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

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

2. Uninstall "perl-Config-Simple" package

Please follow the instructions below to uninstall perl-Config-Simple on openSUSE Leap:

$ sudo zypper remove perl-Config-Simple

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

Information for package perl-Config-Simple:
-------------------------------------------
Repository : Main Repository
Name : perl-Config-Simple
Version : 4.59-bp155.3.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 82.7 KiB
Installed : No
Status : not installed
Source package : perl-Config-Simple-4.59-bp155.3.9.src
Upstream URL : http://search.cpan.org/perldoc?Config::Simple
Summary : Simple configuration file class
Description :
Reading and writing configuration files is one of the most frequent tasks of
any software design. Config::Simple is the library that helps you with it.
Config::Simple is a class representing configuration file object. It supports
several configuration file syntax and tries to identify the file syntax
automatically. Library supports parsing, updating and creating configuration
files.