How to Install and Uninstall libboost-timer-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "libboost-timer-dev" package

This is a short guide on how to install libboost-timer-dev on Kali Linux

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

2. Uninstall "libboost-timer-dev" package

In this section, we are going to explain the necessary steps to uninstall libboost-timer-dev on Kali Linux:

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

3. Information about the libboost-timer-dev package on Kali Linux

Package: libboost-timer-dev
Source: boost-defaults (1.83.0.2)
Version: 1.83.0.2+b2
Installed-Size: 11
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost-timer1.83-dev
Size: 3716
SHA256: f837930ad318abd96f1e282acc192439dcf63dd14a92da6b2d5cf1281042ec78
SHA1: 71eded6484befb9ddfc592022d5f56b0f7abaabb
MD5sum: 74c3f8642650ccd836f1631468bd56c0
Description: C++ wall clock and CPU process timers (default version)
This package forms part of the Boost C++ Libraries collection.
.
Portable C++ timer classes that answer the question "How long does my
C++ code take to run?" with as little as one #include and one
additional line of code.
.
Class cpu_timer measures wall clock time, user CPU process time, and
system CPU process time. Class auto_cpu_timer is a refinement of
cpu_timer that automatically reports the elapsed times when an
auto_cpu_timer object is destroyed.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.83).
Description-md5:
Multi-Arch: same
Homepage: http://www.boost.org/libs/timer/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/b/boost-defaults/libboost-timer-dev_1.83.0.2+b2_amd64.deb