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

Last updated: September 20,2024

1. Install "libcxxtools-dev" package

In this section, we are going to explain the necessary steps to install libcxxtools-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcxxtools-dev

2. Uninstall "libcxxtools-dev" package

Please follow the guidance below to uninstall libcxxtools-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcxxtools-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libcxxtools-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 16368
Maintainer: Ubuntu Developers
Original-Maintainer: Kari Pahula
Architecture: amd64
Source: cxxtools
Version: 2.2.1-2
Depends: libstdc++6-4.6-dev | libstdc++-dev, libcxxtools9v5 (= 2.2.1-2)
Filename: pool/universe/c/cxxtools/libcxxtools-dev_2.2.1-2_amd64.deb
Size: 1066150
MD5sum: 3c7a339ff5fda2d6b5e054c40d5e6928
SHA1: 5f54dc6c56c30ee021c5036bd645a4ae569266f7
SHA256: 9e7c3779517a0d14027cfc618e829ae01cdf280d8566cdd559a4f7d02acd7f68
Description-en: library of unrelated but useful C++ classes
cxxtools contains an argument-parser, a base-64 encoder/decoder, a
C++ interface to iconv, md5-stream for easy MD5 calculation,
threading classes, socket classes, a dynamic exception-safe buffer, a
wrapper for dlopen/dlsym, a pool template (e.g., for a connection
pool in a multi-threaded application), query_params, and a class for
easy parsing of CGI parameters (GET and POST) in a CGI program.
.
This package has the development headers and the static libraries.
Description-md5: 2e0e1990fed3d1959a85f30789bc56d1
Homepage: http://www.tntnet.org/cxxtools.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu