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

Last updated: November 13,2024

1. Install "libcppnetlib-dev" package

This tutorial shows how to install libcppnetlib-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcppnetlib-dev

2. Uninstall "libcppnetlib-dev" package

This guide let you learn how to uninstall libcppnetlib-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcppnetlib-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 788
Maintainer: Ubuntu Developers
Original-Maintainer: Ximin Luo
Architecture: amd64
Source: cpp-netlib
Version: 0.11.2+dfsg1-2
Depends: libcppnetlib0 (= 0.11.2+dfsg1-2), libboost-system-dev, libboost-regex-dev, libboost-date-time-dev, libboost-thread-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-chrono-dev, libssl-dev
Suggests: libcppnetlib-doc
Filename: pool/universe/c/cpp-netlib/libcppnetlib-dev_0.11.2+dfsg1-2_amd64.deb
Size: 93060
MD5sum: e6bda13eacfb40176c71b9a6e691bdf0
SHA1: 27a4203d54bc64e6592a47de86051b734eba9963
SHA256: 2d95e30d3bea2ffc89eae5445e84a2e28e147f1701d6ca831c3fd79da9045b13
Description-en: C++ Network Library - development files
The C++ Network Library Project aims to build upon the latest C++ standard
(currently C++11) to provide easy to use libraries for network programming. We
use the latest compiler versions and features with an eye on pushing the
boundaries on leveraging what's available in C++.
.
Currently the library contains an HTTP client and server implementation, a
stand-alone URI library, a network message framework, and some concurrency
tools.
.
This package provides the development files (ie. includes, static library,
manual pages) that allow one to build software which uses libcppnetlib.
Description-md5: 854d53073aa8b0314bf5ca7e212d461e
Multi-Arch: same
Homepage: http://cpp-netlib.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu