How to Install and Uninstall libboost-container-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 27,2024

1. Install "libboost-container-dev" package

Here is a brief guide to show you how to install libboost-container-dev on Ubuntu 21.10 (Impish Indri)

$ 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 Ubuntu 21.10 (Impish Indri):

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

3. Information about the libboost-container-dev package on Ubuntu 21.10 (Impish Indri)

Package: libboost-container-dev
Architecture: amd64
Version: 1.74.0.3ubuntu6
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: boost-defaults
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 11
Depends: libboost-container1.74-dev
Filename: pool/universe/b/boost-defaults/libboost-container-dev_1.74.0.3ubuntu6_amd64.deb
Size: 3672
MD5sum: dfe9121428c420ce3fdf4638fc8b0f79
SHA1: 4959447a062e2c89e0d2da49d171bf3fd44a45b2
SHA256: 9eb434361d563081d4daa33738f2e6a845be7a37a723785e44a4bca35c3c8aa7
SHA512: 9efe96f50f610e62153b0659141e39065a071cea295dc6b6bbd581355c663d3552cbdaf90bb8e8dd264a764df04b5e9bbe0f4fe4482a290c315ce17bffd02780
Homepage: http://boost.org/libs/container/
Description-en: 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.74).
Description-md5: afc2edb6386221144371e582729c3e21