How to Install and Uninstall perl-MouseX-SimpleConfig Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "perl-MouseX-SimpleConfig" package

This tutorial shows how to install perl-MouseX-SimpleConfig on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-MouseX-SimpleConfig

2. Uninstall "perl-MouseX-SimpleConfig" package

This guide covers the steps necessary to uninstall perl-MouseX-SimpleConfig on openSuSE Tumbleweed:

$ sudo zypper remove perl-MouseX-SimpleConfig

3. Information about the perl-MouseX-SimpleConfig package on openSuSE Tumbleweed

Information for package perl-MouseX-SimpleConfig:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MouseX-SimpleConfig
Version : 0.11-3.29
Arch : noarch
Vendor : openSUSE
Installed Size : 31.7 KiB
Installed : No
Status : not installed
Source package : perl-MouseX-SimpleConfig-0.11-3.29.src
Upstream URL : http://search.cpan.org/dist/MouseX-SimpleConfig/
Summary : A Mouse role for setting attributes from a simple configfile
Description :
This role loads simple configfiles to set object attributes. It is based on
the abstract role MouseX::ConfigFromFile, and uses Config::Any to load your
configfile. Config::Any will in turn support any of a variety of different
config formats, detected by the file extension. See Config::Any for more
details about supported formats.
Like all MouseX::ConfigFromFile -derived configfile loaders, this module is
automatically supported by the MouseX::Getopt role as well, which allows
specifying '-configfile' on the commandline.