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

Last updated: May 10,2024

1. Install "libboost-container-dev" package

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

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

2. Uninstall "libboost-container-dev" package

Please follow the guidance below to uninstall libboost-container-dev on Kali Linux:

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

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

Package: libboost-container-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-container1.83-dev
Size: 4072
SHA256: ace00128ea84342e0a1e67e1595a210149007b4fa6971ed9367aaffcb76d0021
SHA1: 2f7de97143d6e9516c0606fe9c53ee13efcbe507
MD5sum: eb606b6c215601785fbcdc06753046ae
Description: C++ library that implements several well-known containers - dev files (default version)
This package forms part of the Boost C++ Libraries collection.
.
Boost.Container library implements several well-known containers,
including STL containers. The aim of the library is to offers
advanced features not present in standard containers or to offer the
latest standard draft features for compilers that don't comply with
the latest C++ standard.
.
In short, what does Boost.Container offer?
.
* Move semantics are implemented, including move emulation
for pre-C++11 compilers.
* New advanced features (e.g. placement insertion,
recursive containers) are present.
* Containers support stateful allocators and are compatible with
Boost.Interprocess (they can be safely placed in shared memory).
* The library offers new useful containers:
* flat_map, flat_set, flat_multimap and flat_multiset: drop-in
replacements for standard associative containers but more
memory friendly and with faster searches.
* stable_vector: a std::list and std::vector hybrid container:
vector-like random-access iterators and list-like iterator
stability in insertions and erasures.
* slist: the classic pre-standard singly linked list implementation
offering constant-time size(). Note that C++11 forward_list has no size().
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.83).
Description-md5:
Multi-Arch: same
Homepage: http://boost.org/libs/container/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/b/boost-defaults/libboost-container-dev_1.83.0.2+b2_amd64.deb