How to Install and Uninstall libboost-chrono1.74-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "libboost-chrono1.74-dev" package

Please follow the step by step instructions below to install libboost-chrono1.74-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libboost-chrono1.74-dev

2. Uninstall "libboost-chrono1.74-dev" package

This tutorial shows how to uninstall libboost-chrono1.74-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libboost-chrono1.74-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libboost-chrono1.74-dev package on Ubuntu 21.10 (Impish Indri)

Package: libboost-chrono1.74-dev
Architecture: amd64
Version: 1.74.0-8ubuntu6
Multi-Arch: same
Priority: optional
Section: libdevel
Source: boost1.74
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2243
Depends: libboost1.74-dev (= 1.74.0-8ubuntu6), libboost-chrono1.74.0 (= 1.74.0-8ubuntu6)
Conflicts: libboost-chrono1.48-dev, libboost-chrono1.49-dev, libboost-chrono1.50-dev, libboost-chrono1.52-dev, libboost-chrono1.53-dev, libboost-chrono1.54-dev, libboost-chrono1.55-dev, libboost-chrono1.57-dev, libboost-chrono1.58-dev, libboost-chrono1.60-dev, libboost-chrono1.61-dev, libboost-chrono1.62-dev, libboost-chrono1.63-dev, libboost-chrono1.65-dev, libboost-chrono1.67-dev, libboost-chrono1.70-dev, libboost-chrono1.71-dev
Filename: pool/main/b/boost1.74/libboost-chrono1.74-dev_1.74.0-8ubuntu6_amd64.deb
Size: 238382
MD5sum: 39702da1c7ae4547845cae9130200ccf
SHA1: 0ff270391a1b00ac627be45931a14e59550a7666
SHA256: 3f2ebb036042e9c774b42b0c2347f6635997b183bbeafaa87ec13f8cccb9e7ac
SHA512: ed80ec6bf52936a73019e4e3020d5bff3c8221e9e3adac3c6832492e684a0c262a15bd09dcbca50be1dae159e3e1c6cdd7448fc793cd5d9fe46968a582ffd5a4
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: 885c86b3701dab9982f79d2dcc83515c