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

Last updated: July 05,2024

1. Install "perl-Config-MVP" package

This guide let you learn how to install perl-Config-MVP on openSUSE Leap

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

2. Uninstall "perl-Config-MVP" package

Here is a brief guide to show you how to uninstall perl-Config-MVP on openSUSE Leap:

$ sudo zypper remove perl-Config-MVP

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

Information for package perl-Config-MVP:
----------------------------------------
Repository : Main Repository
Name : perl-Config-MVP
Version : 2.200013-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 124.8 KiB
Installed : No
Status : not installed
Source package : perl-Config-MVP-2.200013-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Config-MVP
Summary : Multivalue-property package-oriented configuration
Description :
MVP is a mechanism for loading configuration (or other information) for
libraries. It doesn't read a file or a database. It's a helper for things
that do.
The idea is that you end up with a Config::MVP::Sequence object, and that
you can use that object to fully configure your library or application. The
sequence will contain a bunch of Config::MVP::Section objects, each of
which is meant to provide configuration for a part of your program. Most of
these sections will be directly related to a Perl library that you'll use
as a plugin or helper. Each section will have a name, and every name in the
sequence will be unique.
This is a pretty abstract set of behaviors, so we'll provide some more
concrete examples that should help explain how things work.