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

Last updated: May 03,2024

1. Install "libconfig-any-perl" package

This is a short guide on how to install libconfig-any-perl on Kali Linux

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

2. Uninstall "libconfig-any-perl" package

Please follow the guidelines below to uninstall libconfig-any-perl on Kali Linux:

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

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

Package: libconfig-any-perl
Version: 0.33-1
Installed-Size: 67
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libmodule-pluggable-perl
Recommends: libconfig-general-perl, libconfig-tiny-perl, libcpanel-json-xs-perl | libjson-maybexs-perl | libjson-xs-perl | libjson-pp-perl | libjson-perl, libxml-simple-perl, libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl
Size: 31048
SHA256: 01ae31bfaa0b871991bc3000031c70e7f5257fe7522e4c0c1af42622859e63a0
SHA1: cb03f2cfa2a05328fac548d52e708616eb6257f8
MD5sum: 5f8826a84b0c038c9e1484958087fa4c
Description: module to load configuration from different file formats
Config::Any provides a facility for Perl applications and libraries to load
configuration data from multiple different file formats. It supports XML,
YAML, JSON, Apache-style configuration, Windows INI files, and even Perl
code.
.
The rationale for this module is as follows: Perl programs are deployed on
many different platforms and integrated with many different systems. Systems
administrators and end users may prefer different configuration formats than
the developers. The flexibility inherent in a multiple format configuration
loader allows different users to make different choices, without generating
extra work for the developers. As a developer you only need to learn a single
interface to be able to use the power of different configuration formats.
.
Modules/packages (in Recommends) needed for specific file formats:
.
* ".cnf", ".conf" files: Config::General / libconfig-general-perl
* ".ini" files: Config::Tiny / libconfig-tiny-perl
* ".json", ".jsn" files: Cpanel::JSON::XS, JSON::MaybeXS, JSON::DWIW,
JSON::XS, JSON::Syck, JSON::PP, JSON / libcpanel-json-xs-perl or
libjson-maybexs-perl or libjson-xs-perl or libjson-pp-perl (also provided
by perl) or libjson-perl
* ".pl", ".perl" files: no additional requirements
* ".xml" files: XML::Simple / libxml-simple-perl
* ".yml", ".yaml" files: YAML::XS, YAML::Syck, YAML / libyaml-libyaml-perl
or libyaml-syck-perl or libyaml-perl
Description-md5:
Homepage: https://metacpan.org/release/Config-Any
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libconfig-any-perl/libconfig-any-perl_0.33-1_all.deb