How to Install and Uninstall libboost-container-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 10,2024

1. Install "libboost-container-dev" package

Learn how to install libboost-container-dev on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libboost-container-dev" package

Here is a brief guide to show you how to uninstall libboost-container-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libboost-container-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libboost-container-dev
Architecture: amd64
Version: 1.74.0.3ubuntu5
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.3ubuntu5_amd64.deb
Size: 3832
MD5sum: a499d96546ba974ba850d762c959e7e2
SHA1: e88d090eac9f0725a3028839602a4fcefe4c519a
SHA256: 637574e9660b335eac29a8253a9da7bc0c0c35c2a56cd0b432c3dbfeea3ccf47
SHA512: 865c928d897f084a782df59062919cabc40da8c23e55420aabc29ac93078d0eed939c29709a9d844438681ffa55aabc338051b0685bfae5cb9fc5e3ddea2effa
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