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

Last updated: September 20,2024

1. Install "libcppformat1-dev" package

Here is a brief guide to show you how to install libcppformat1-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcppformat1-dev

2. Uninstall "libcppformat1-dev" package

Please follow the step by step instructions below to uninstall libcppformat1-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcppformat1-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 289
Maintainer: Ubuntu Developers
Original-Maintainer: Eugene V. Lyubimkin
Architecture: amd64
Source: cppformat
Version: 1.1.0+ds-3
Filename: pool/universe/c/cppformat/libcppformat1-dev_1.1.0+ds-3_amd64.deb
Size: 49696
MD5sum: 8f0c16b06a77d099fd38b1d33d5e1dcf
SHA1: c37b3be5d9604da5acc7aab6700f105ccac7d344
SHA256: 9544ae72a103e1f783b35b03d49accce56966b2963026452ea37c5a09c015453
Description-en: fast type-safe C++ formatting library -- development files
This library provides fast, type-safe, small, C++11-aware replacement of
(s)printf and related machinery. In some cases it's noticeably faster
than boost::format, boost::lexical_cast and even sprintf itself.
.
This package contains the development files, include the static library.
Description-md5: 7963a4ca548a609af43ee9bd78ee3acd
Homepage: http://cppformat.github.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu