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

Last updated: May 08,2024

1. Install "perl-Config-Simple" package

This guide covers the steps necessary to install perl-Config-Simple on openSuSE Tumbleweed

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

2. Uninstall "perl-Config-Simple" package

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

$ sudo zypper remove perl-Config-Simple

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

Information for package perl-Config-Simple:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Config-Simple
Version : 4.59-19.29
Arch : x86_64
Vendor : openSUSE
Installed Size : 82.4 KiB
Installed : No
Status : not installed
Source package : perl-Config-Simple-4.59-19.29.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.