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

Last updated: May 18,2024

1. Install "libcpprest-dev" package

Please follow the step by step instructions below to install libcpprest-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcpprest-dev

2. Uninstall "libcpprest-dev" package

Learn how to uninstall libcpprest-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcpprest-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 1308
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: amd64
Source: casablanca
Version: 2.8.0-2
Depends: libcpprest2.8 (= 2.8.0-2), libboost-atomic-dev, libboost-chrono-dev, libboost-filesystem-dev, libboost-random-dev, libboost-regex-dev, libboost-system-dev, libboost-thread-dev, libssl-dev, libwebsocketpp-dev
Filename: pool/universe/c/casablanca/libcpprest-dev_2.8.0-2_amd64.deb
Size: 157644
MD5sum: fd7457ef4e6ad5aa2e097d0ffa7ce126
SHA1: 3de1cd932dcf8ecae44f5de2099b7aada7a7fe7d
SHA256: 03b193518129475e1a12feeff85ac5737fbbabc3fddde3a26e0ae2d33d5d2356
Description-en: Development files for Casablanca
The C++ REST SDK (codename "Casablanca") is a Microsoft project for cloud-based
client-server communication in native code using a modern asynchronous C++ API
design. This project allows C++ developers to take advantage of the radical
shift in software architecture that cloud computing represents.
* Support for accessing REST services from native code on Linux, Windows
Vista, Windows 7, and Windows 8 by providing asynchronous C++ bindings
to HTTP, JSON, and URIs
* Implementation of Asynchronous Streams and Stream Buffers
* A consistent and powerful model for composing asynchronous operations based
on C++ 11 features
* A set of samples and reference documentation
* New experimental features such as HTTP Listener library and support for
Windows Phone 8 and Windows XP.
.
This package contains header files that are needed to develop and
compile applications which utilizes the Casablanca framework.
Description-md5: 1856021c2ff53a727526ff588df5732e
Homepage: https://github.com/Microsoft/cpprestsdk
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu