How to Install and Uninstall libconfig-mvp-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "libconfig-mvp-perl" package

Here is a brief guide to show you how to install libconfig-mvp-perl on Kali Linux

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

2. Uninstall "libconfig-mvp-perl" package

This is a short guide on how to uninstall libconfig-mvp-perl on Kali Linux:

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

3. Information about the libconfig-mvp-perl package on Kali Linux

Package: libconfig-mvp-perl
Version: 2.200013-1
Installed-Size: 134
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclass-load-perl, libmodule-pluggable-perl, libmoose-perl, libmoosex-oneargnew-perl, libparams-util-perl, librole-hasmessage-perl, librole-identifiable-perl, libthrowable-perl, libtie-ixhash-perl, libtry-tiny-perl
Size: 47084
SHA256: 3d9d417d796fa67298567a9e2c7ac465ee998fbedee8ef613d38e94ed7f28888
SHA1: 255e1ad9efc8937b4d6075ac3f9b2e791b42173d
MD5sum: 1dd7a1eb0105e88b28e72f9113c81fd7
Description: 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:
Homepage: https://metacpan.org/release/Config-MVP
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libconfig-mvp-perl/libconfig-mvp-perl_2.200013-1_all.deb