How to Install and Uninstall libboost-container-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 10,2024

1. Install "libboost-container-dev" package

Please follow the step by step instructions below to install libboost-container-dev on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libboost-container-dev" package

This guide covers the steps necessary to uninstall libboost-container-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libboost-container-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libboost-container-dev
Architecture: amd64
Version: 1.71.0.0ubuntu4
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.71-dev
Filename: pool/universe/b/boost-defaults/libboost-container-dev_1.71.0.0ubuntu4_amd64.deb
Size: 3776
MD5sum: 30b742a014b203a43be480378dd220b2
SHA1: 988062fdd36a70cc2b61a5e55ce7d7256e203f58
SHA256: 65d65752c7a126908c69e9f049e27270a31a0a6a6ab30134c765d397cbfc4b4e
SHA512: 60bfdab7f04da52701599ddc4d27da94a7dfb88cad8c2ce6ebc56cc196399e24a673ce909d8c77a585d86345d51eca48e88e4e4815ae43a95d853a050910d9b0
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.71).
Description-md5: 8cef9bc0486c7eaf1bddc9da4b99e7ea