How to Install and Uninstall libconfig-mvp-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libconfig-mvp-perl" package

Learn how to install libconfig-mvp-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libconfig-mvp-perl

2. Uninstall "libconfig-mvp-perl" package

Here is a brief guide to show you how to uninstall libconfig-mvp-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libconfig-mvp-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libconfig-mvp-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libconfig-mvp-perl
Priority: optional
Section: universe/perl
Installed-Size: 158
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.200010-1
Depends: perl, libclass-load-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libmoose-perl, libmoosex-oneargnew-perl, libparams-util-perl, librole-hasmessage-perl, librole-identifiable-perl, libthrowable-perl, libtie-ixhash-perl, libtry-tiny-perl
Breaks: libconfig-mvp-reader-ini-perl (<< 2.101460~)
Filename: pool/universe/libc/libconfig-mvp-perl/libconfig-mvp-perl_2.200010-1_all.deb
Size: 49306
MD5sum: f760a9a78e70e305672635fceb57da91
SHA1: d7ea313ef2103c6e32839f46460e6bd4ec0652c5
SHA256: 59a35ff127dad08caffcfae2f0614f7a0bb1dd65ccad848dd716c27a19da7c9d
Description-en: multivalue-property package-oriented configuration module
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.
Description-md5: 52418572caa6dd93d2dfb52856348364
Homepage: https://metacpan.org/release/Config-MVP
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu