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

Last updated: May 12,2024

1. Install "libboost-log-dev" package

This guide covers the steps necessary to install libboost-log-dev on Kali Linux

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

2. Uninstall "libboost-log-dev" package

This is a short guide on how to uninstall libboost-log-dev on Kali Linux:

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

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

Package: libboost-log-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-log1.83-dev
Size: 3796
SHA256: 034ca1b2a4a84a5bfe105a4212a94c3afd6f75365c5321f7b68fc8e7781d136f
SHA1: 6b651b1d7c2c6bca2c76aaa0f8e01f458c21ef36
MD5sum: c90b2492c07a32ad6a643f2f74b6e021
Description: C++ logging library (default version)
This package forms part of the Boost C++ Libraries collection.
.
This library aims to make logging significantly easier for the
application developer. It provides a wide range of out-of-the-box
tools along with public interfaces for extending the library. The
main goals of the library are:
.
* Simplicity. A small example code snippet should be enough to get
the feel of the library and be ready to use its basic features.
* Extensibility. A user should be able to extend functionality of the
library for collecting and storing information into logs.
* Performance. The library should have as little performance impact on
the user's application as possible.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.83).
Description-md5:
Homepage: http://www.boost.org/libs/log/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/b/boost-defaults/libboost-log-dev_1.83.0.2+b2_amd64.deb