How to Install and Uninstall libappconfig-perl Package on Kali Linux

Last updated: May 16,2024

1. Install "libappconfig-perl" package

In this section, we are going to explain the necessary steps to install libappconfig-perl on Kali Linux

$ sudo apt update $ sudo apt install libappconfig-perl

2. Uninstall "libappconfig-perl" package

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

$ sudo apt remove libappconfig-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libappconfig-perl package on Kali Linux

Package: libappconfig-perl
Source: appconfig
Version: 1.71-2.3
Installed-Size: 187
Maintainer: Stefan Hornburg (Racke)
Architecture: all
Depends: perl:any
Size: 67012
SHA256: a93171255b9680c041d9edcab87e478ebd8f8279e517b04c900959fa4ba7c60a
SHA1: 620f3e120b38aacae6cb6f630464c3917e778d0d
MD5sum: 05a8ed4d50efab56c3ac180d45739df6
Description: Perl module for configuration file and command line handling
AppConfig is a bundle of Perl5 modules for reading configuration
files and parsing command line arguments. Note that writing
configuration files is not supported at this time.
.
AppConfig supports a relaxed configuration file syntax with support
for flags (booleans), single and multivalue (lists or hashes)
items. A defined default and validation routine or regex can be
defined for each option.
.
Environment variable, file variable and tilde (~) are supported and
may be applied to selected configuration options. For long blocks of
text you can also use Perl HEREDOC syntax. Additionally there is
also a mechanism to utilise all these same features via a CGI.
Description-md5:
Multi-Arch: foreign
Tag: admin::configuring, devel::lang:perl, devel::library,
implemented-in::perl, role::program
Section: perl
Priority: optional
Filename: pool/main/a/appconfig/libappconfig-perl_1.71-2.3_all.deb