How to Install and Uninstall libboost-container1.71.0 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "libboost-container1.71.0" package

This tutorial shows how to install libboost-container1.71.0 on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libboost-container1.71.0" package

Please follow the guidance below to uninstall libboost-container1.71.0 on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libboost-container1.71.0 package on Ubuntu 20.10 (Groovy Gorilla)

Package: libboost-container1.71.0
Architecture: amd64
Version: 1.71.0-6ubuntu9
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-6ubuntu9_amd64.deb
Size: 232416
MD5sum: 37e9103f19bd3d41e93e958dcc788997
SHA1: 2403e3aaab8c318e75d39ab89ee49ebd90483873
SHA256: ccf55a624d28d46c99b2098b4ae137a3d0982bd4a064f314d8aaa98b89b12190
SHA512: 1e06a90103dc6f791db6af66dccb1f1bb06dca9bc506ca9289511d2cfc0ad224d6833d23bc80c1526999f8ccd970004be53d2c9caceccc55866ceba9df73b9d4
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