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

Last updated: May 17,2024

1. Install "libboost-system-dev" package

Learn how to install libboost-system-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libboost-system-dev" package

This tutorial shows how to uninstall libboost-system-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libboost-system-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-system1.58-dev
Filename: pool/universe/b/boost-defaults/libboost-system-dev_1.58.0.1ubuntu1_amd64.deb
Size: 2930
MD5sum: 0182e07f167603a52c1e0a7435ef02ed
SHA1: 00cbcafaf909bb08428a1f8e820c20b0eb8771c4
SHA256: a28ab04a06a23fe124edd368badf365ea6616bbbc078b2e8fcecda42398e65c1
Description-en: Operating system (e.g. diagnostics support) library (default version)
This package forms part of the Boost C++ Libraries collection.
.
The Boost System library provides simple, light-weight error_code
objects that encapsulate system-specific error code values, yet also
provide access to more abstract and portable error conditions via
error_condition objects. Because error_code objects can represent
errors from sources other than the operating system, including
user-defined sources, each error_code and error_condition has an
associated error_category.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.58).
Description-md5: 3e0bf7564fd69339eeffb72c58b5e766
Multi-Arch: same
Homepage: http://www.boost.org/libs/system/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu