How to Install and Uninstall libboost-chrono1.71.0 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 16,2024

1. Install "libboost-chrono1.71.0" package

Please follow the guidance below to install libboost-chrono1.71.0 on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libboost-chrono1.71.0

2. Uninstall "libboost-chrono1.71.0" package

Learn how to uninstall libboost-chrono1.71.0 on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libboost-chrono1.71.0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libboost-chrono1.71.0 package on Ubuntu 20.10 (Groovy Gorilla)

Package: libboost-chrono1.71.0
Architecture: amd64
Version: 1.71.0-6ubuntu9
Multi-Arch: same
Priority: optional
Section: libs
Source: boost1.71
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2010
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/main/b/boost1.71/libboost-chrono1.71.0_1.71.0-6ubuntu9_amd64.deb
Size: 216732
MD5sum: 4e883191a7f3fe8379197b0a47222e17
SHA1: dedc645946f8e567bc59c0e00b268e3bb15284df
SHA256: 79f9f8a907c07d8e1a79e47a61a9453bee199dea4b8020c95bb1141a3daafbdf
SHA512: 022058b17326b28df8eff6ffe1a7125a08974a2067f11e47692d09dac64feca2180110eae385d7f58b29396d2ee98a78e5475091018071bc6875c4a25d56cc67
Homepage: http://www.boost.org/libs/chrono/
Description-en: C++ representation of time duration, time point, and clocks
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.
Description-md5: 48bd785e2e56a406e6dbf1b5ba8ce77e