How to Install and Uninstall libboost-chrono1.83.0 Package on Kali Linux

Last updated: July 03,2024

1. Install "libboost-chrono1.83.0" package

Please follow the guidance below to install libboost-chrono1.83.0 on Kali Linux

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

2. Uninstall "libboost-chrono1.83.0" package

In this section, we are going to explain the necessary steps to uninstall libboost-chrono1.83.0 on Kali Linux:

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

3. Information about the libboost-chrono1.83.0 package on Kali Linux

Package: libboost-chrono1.83.0
Source: boost1.83 (1.83.0-2)
Version: 1.83.0-2+b2
Installed-Size: 2183
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 239532
SHA256: 740d4439576d1b7178d2f02013254af8d4bb3f578fdb554fb7175f06bce0badf
SHA1: 2abc36f2ee0693d4a96362751c0f90917c77c301
MD5sum: 384e0ae7a9b71f5c10ae8199eb5a47fb
Description: 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:
Multi-Arch: same
Homepage: http://www.boost.org/libs/chrono/
Section: libs
Priority: optional
Filename: pool/main/b/boost1.83/libboost-chrono1.83.0_1.83.0-2+b2_amd64.deb