How to Install and Uninstall libboost-container1.71.0 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 21,2024

1. Install "libboost-container1.71.0" package

In this section, we are going to explain the necessary steps to install libboost-container1.71.0 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libboost-container1.71.0

2. Uninstall "libboost-container1.71.0" package

This guide covers the steps necessary to uninstall libboost-container1.71.0 on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libboost-container1.71.0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libboost-container1.71.0 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libboost-container1.71.0
Architecture: amd64
Version: 1.71.0-6ubuntu11
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: boost1.71
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2042
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Filename: pool/universe/b/boost1.71/libboost-container1.71.0_1.71.0-6ubuntu11_amd64.deb
Size: 232336
MD5sum: 2cb02ec30e4a3f7ef173ff3fdee99099
SHA1: 763c20c2272730a602e3636d236fa2aa782e5755
SHA256: 6bf791161dc8700b7f892a7f4a950789bc5dc6def0b1f9c63e1186863d2ad6b7
SHA512: 243325bab717f0f6dc63271fd54d5286bc40d76948fdbfdc4f14d7a15696541f9c1fe390181d318558dbae645ab14d84c200ef483b9121c4948fb87768a43524
Homepage: http://boost.org/libs/container/
Description-en: C++ library that implements several well-known containers
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().
Description-md5: 4cc3eab0b1f3ec7475cebab0f0d54594