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

Last updated: May 17,2024

1. Install "libboost-system-dev" package

This guide let you learn how to install libboost-system-dev on Kali Linux

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

2. Uninstall "libboost-system-dev" package

This tutorial shows how to uninstall libboost-system-dev on Kali Linux:

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

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

Package: libboost-system-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-system1.83-dev
Size: 3736
SHA256: e3d51e24880e1d48c0808210cfd5ce6fc6415ba870c5f11cf7388bcd36dd8416
SHA1: 0b1124f5ac67467b796c700714dee65289c310f0
MD5sum: ff788f2f6baab9290a03e3260e605427
Description: Operating system (e.g. diagnostics support) library (default version)
This package forms part of the Boost C++ Libraries collection.
.
The Boost System library provides simple, light-weight error_code
objects that encapsulate system-specific error code values, yet also
provide access to more abstract and portable error conditions via
error_condition objects. Because error_code objects can represent
errors from sources other than the operating system, including
user-defined sources, each error_code and error_condition has an
associated error_category.
.
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/system/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/b/boost-defaults/libboost-system-dev_1.83.0.2+b2_amd64.deb