How to Install and Uninstall libconfig++-dev Package on Kali Linux

Last updated: May 11,2024

1. Install "libconfig++-dev" package

In this section, we are going to explain the necessary steps to install libconfig++-dev on Kali Linux

$ sudo apt update $ sudo apt install libconfig++-dev

2. Uninstall "libconfig++-dev" package

Learn how to uninstall libconfig++-dev on Kali Linux:

$ sudo apt remove libconfig++-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libconfig++-dev package on Kali Linux

Package: libconfig++-dev
Source: libconfig
Version: 1.5-0.4
Installed-Size: 201
Maintainer: Jonathan McCrohan
Architecture: amd64
Replaces: libconfig++8-dev (<< 1.4.8)
Depends: libconfig++9v5 (= 1.5-0.4), libconfig-dev, pkg-config
Breaks: libconfig++8-dev (<< 1.4.8)
Size: 44100
SHA256: 27a49b3abad6e2438da79a807462e857e1fc100d7d5c8251fa0adc573063d2b1
SHA1: fb2e19064262736cbe687a8bc2119c45cb120684
MD5sum: c8b0533b181fbb942886e4298d93bea4
Description: parsing/manipulation of structured config files (C++ development)
This library features a fully reentrant parser and includes bindings for
both the C and C++ programming languages. It runs on modern POSIX-compliant
systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
Microsoft Windows 2000/XP and later (Visual Studio or MinGW).
.
This library allows parsing, manipulating and writing structured configuration
files. Its main features are:
- A fully reentrant parser: Multiple configurations can be parsed in
concurrent threads at the same time.
- A simple, structured configuration file format: more readable and compact
than XML and more flexible than Windows' "INI" file format.
- A low-footprint implementation
- Proper documentation.
.
This package contains the files needed in order to use libconfig
in your own C++ programs.
Description-md5:
Multi-Arch: same
Homepage: http://www.hyperrealm.com/libconfig/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libc/libconfig/libconfig++-dev_1.5-0.4_amd64.deb