How to Install and Uninstall libconfig++-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "libconfig++-dev" package

Please follow the steps below to install libconfig++-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libconfig++-dev" package

This tutorial shows how to uninstall libconfig++-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libconfig++-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libconfig-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 340
Maintainer: Ubuntu Developers
Original-Maintainer: Jonathan McCrohan
Architecture: amd64
Source: libconfig
Version: 1.5-0.2
Replaces: libconfig8-dev (<< 1.4.8)
Depends: libconfig9 (= 1.5-0.2), pkg-config
Recommends: libconfig-doc
Breaks: libconfig8-dev (<< 1.4.8)
Filename: pool/universe/libc/libconfig/libconfig-dev_1.5-0.2_amd64.deb
Size: 89060
MD5sum: 82a2f8db1408a05d07064039f3384eef
SHA1: 69a32011ecaaf162b9761179f333f831e430a32e
SHA256: 55b1386c4952e9d4e3d600dd9781360c86150756b02c15dfde2da8d5628bc832
Description-en: parsing/manipulation of structured config files (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 programs.
Description-md5: 21ea54675951d05055b8aadda5a21743
Multi-Arch: same
Homepage: http://www.hyperrealm.com/libconfig/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m