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

Last updated: October 06,2024

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

Please follow the guidelines below to install libboost-chrono1.58-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Learn how to uninstall libboost-chrono1.58-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libboost-chrono1.58-dev
Architecture: amd64
Version: 1.58.0+dfsg-5ubuntu3.1
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: boost1.58
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 162
Depends: libboost1.58-dev (= 1.58.0+dfsg-5ubuntu3.1), libboost-chrono1.58.0 (= 1.58.0+dfsg-5ubuntu3.1)
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
Filename: pool/universe/b/boost1.58/libboost-chrono1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb
Size: 15576
MD5sum: 3ac6e579ecf340046197775638ad67e4
SHA1: a1ec85f4786074912802988a96230ee8c65a6002
SHA256: e2e15c757abe2f00d823b18a58a99d146e22446432161329682484ea539a55a4
SHA512: 41b64ad198f856759ac81867fbfa87edd4f067df765637724c5cc9dc2e0031f7524dbdae76e8c23d329332bc67edb5678d0910817eeb26668d9e83b561c6ebd8
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
Supported: 3y

Package: libboost-chrono1.58-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 162
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Architecture: amd64
Source: boost1.58
Version: 1.58.0+dfsg-5ubuntu3
Depends: libboost1.58-dev (= 1.58.0+dfsg-5ubuntu3), libboost-chrono1.58.0 (= 1.58.0+dfsg-5ubuntu3)
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
Filename: pool/universe/b/boost1.58/libboost-chrono1.58-dev_1.58.0+dfsg-5ubuntu3_amd64.deb
Size: 15574
MD5sum: a361aa3c85a20a174291d9d68fc52087
SHA1: c3b4a327811b9a7fc58a17e395bb4c17f0e7d5ad
SHA256: 8856447da8df73783c7dfde58181040439179672b6cc2a1a7a28984bcff369ce
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
Multi-Arch: same
Homepage: http://www.boost.org/libs/chrono/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m