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

Last updated: July 03,2024

1. Install "libboost-log-dev" package

This guide let you learn how to install libboost-log-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libboost-log-dev

2. Uninstall "libboost-log-dev" package

This guide covers the steps necessary to uninstall libboost-log-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libboost-log-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libboost-log-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 10
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Architecture: amd64
Source: boost-defaults
Version: 1.58.0.1ubuntu1
Depends: libboost-log1.58-dev
Filename: pool/universe/b/boost-defaults/libboost-log-dev_1.58.0.1ubuntu1_amd64.deb
Size: 2986
MD5sum: 6a9369213d5e3ce77250a1ea02000e1f
SHA1: 143707a6947153cb2f69677655842d1cfe2b247d
SHA256: d305068651cd7520cd970ceffd9dd339c14eba813c7c1b0ff199fd71ab64f765
Description-en: C++ logging library (default version)
This package forms part of the Boost C++ Libraries collection.
.
This library aims to make logging significantly easier for the
application developer. It provides a wide range of out-of-the-box
tools along with public interfaces for extending the library. The
main goals of the library are:
.
* Simplicity. A small example code snippet should be enough to get
the feel of the library and be ready to use its basic features.
* Extensibility. A user should be able to extend functionality of the
library for collecting and storing information into logs.
* Performance. The library should have as little performance impact on
the user's application as possible.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.58).
Description-md5: 4e83d70e3c400d220dc521cc50ecc956
Homepage: http://www.boost.org/libs/log/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu