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

Last updated: April 29,2024

1. Install "libboost-chrono-dev" package

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

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

2. Uninstall "libboost-chrono-dev" package

Please follow the steps below to uninstall libboost-chrono-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libboost-chrono-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-chrono1.58-dev
Filename: pool/universe/b/boost-defaults/libboost-chrono-dev_1.58.0.1ubuntu1_amd64.deb
Size: 3422
MD5sum: 3f65cbd3f88b8d5095414ed340791af0
SHA1: cea38babc0d0e05aefb422f5ed20aea8dd5248e9
SHA256: d4d897cccd34321f2cead8fc20ef808811e50ecba37a94d72421bc4a703146b1
Description-en: C++ representation of time duration, time point, and clocks (default version)
This package forms part of the Boost C++ Libraries collection.
.
The Boost.Chrono library provides:
.
* A means to represent time durations: managed by the generic
duration class . Examples of time durations include days, minutes,
seconds and nanoseconds, which can be represented with a fixed number
of clock ticks per unit. All of these units of time duration are
united with a generic interface by the duration facility.
* A type for representing points in time: time_point. A time_point
represents an epoch plus or minus a duration. The library leaves
epochs unspecified. A time_point is associated with a clock.
* Several clocks, some of which may not be available on a
particular platform: system_clock, steady_clock and
high_resolution_clock. A clock is a pairing of a time_point and
duration, and a function which returns a time_point representing now.
.
To make the timing facilities more generally useful, Boost.Chrono
provides a number of clocks that are thin wrappers around the
operating system's time APIs, thereby allowing the extraction of wall
clock time, user CPU time, system CPU time spent by the process:
.
* process_real_cpu_clock, captures wall clock CPU time spent by the
current process.
* process_user_cpu_clock, captures user-CPU time
spent by the current process.
* process_system_cpu_clock, captures
system-CPU time spent by the current process.
* A tuple-like class
process_cpu_clock, that captures real, user-CPU, and system-CPU
process times together.
* A thread_clock thread steady clock giving
the time spent by the current thread (when supported by a platform).
.
Lastly, Boost.Chrono includes typeof registration for duration and
time_point to permit using emulated auto with C++03 compilers.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.58).
Description-md5: 67302479e04d000693da23d2c0b3a481
Multi-Arch: same
Homepage: http://www.boost.org/libs/chrono/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu