How to Install and Uninstall libboost-chrono-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: October 06,2024

1. Install "libboost-chrono-dev" package

Please follow the step by step instructions below to install libboost-chrono-dev on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libboost-chrono-dev" package

Please follow the guidelines below to uninstall libboost-chrono-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libboost-chrono-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libboost-chrono-dev
Architecture: amd64
Version: 1.74.0.3ubuntu5
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: boost-defaults
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 11
Depends: libboost-chrono1.74-dev
Filename: pool/universe/b/boost-defaults/libboost-chrono-dev_1.74.0.3ubuntu5_amd64.deb
Size: 3964
MD5sum: 4321b45828a5dc69f6654b5a3ad254df
SHA1: 9564d5e34d0e35f927cf324613f52db2ef4b8a33
SHA256: 15c3270b0acf93a6113d5c0be96965f3035699285336339de3a6f0bf9e9255da
SHA512: d2180c675d09bdc68a2d87d7d35e817dc2089f03840f45950dee6496c47e539d8d714324e0bf5fde6838587bfa08cbce5a3185450e8f288e8e6a8c4e4c63cdf0
Homepage: http://www.boost.org/libs/chrono/
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.74).
Description-md5: 23491241fa7595b010851d88bd8c7c03