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

Last updated: May 17,2024

1. Install "libconfig-auto-perl" package

This guide covers the steps necessary to install libconfig-auto-perl on Kali Linux

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

2. Uninstall "libconfig-auto-perl" package

Please follow the step by step instructions below to uninstall libconfig-auto-perl on Kali Linux:

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

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

Package: libconfig-auto-perl
Version: 0.44-2
Installed-Size: 46
Maintainer: Debian Perl Group
Architecture: all
Depends: libconfig-inifiles-perl, libio-string-perl, libxml-simple-perl, libyaml-perl, perl:any
Size: 19192
SHA256: 26241fde5dc9093c0c548a2002934753800262d2ddfbf74b83e1eb36756ed758
SHA1: 647b8c0f7e5ba17080080c78aa6d4bc4c510b29b
MD5sum: 184b4c1ad1632ea51bdd38c38a193a24
Description: magical config file parser
Config::Auto allows developers to parse config files without
needing to specify the format of the file (though they can do it).
.
It even looks for the config file in standard places (working dir,
home dir, /etc) and tries some common config file names if the path
isn't specified in the call.
.
It then determines the format of the config file, parses it and then
returns a data structure containing the configuration data. The format
of this structure depends on the format of the file.
.
At the moment, libconfig-auto-perl knows about colon, space and equals
separated, XML, Perl, Windows INI, BIND9 and irssi style config files,
though files in BIND9 or irssi format cannot be parsed.
Description-md5:
Homepage: https://metacpan.org/release/Config-Auto
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::program,
use::configuring
Section: perl
Priority: optional
Filename: pool/main/libc/libconfig-auto-perl/libconfig-auto-perl_0.44-2_all.deb