How to Install and Uninstall libboost-container1.74.0 Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 27,2024

1. Install "libboost-container1.74.0" package

This is a short guide on how to install libboost-container1.74.0 on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libboost-container1.74.0" package

Learn how to uninstall libboost-container1.74.0 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libboost-container1.74.0 package on Ubuntu 21.10 (Impish Indri)

Package: libboost-container1.74.0
Architecture: amd64
Version: 1.74.0-8ubuntu6
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: boost1.74
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2113
Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5)
Filename: pool/universe/b/boost1.74/libboost-container1.74.0_1.74.0-8ubuntu6_amd64.deb
Size: 245388
MD5sum: 1be2b055f87f9d95cf50a382e9f0825c
SHA1: 3d8754820f6d8b8ce9e9a118f1cfb929791c70f3
SHA256: 9a97baeecb5c991cee77fc17f4fb1b39ea70075948dc635cc89366ef7651ae89
SHA512: a4cec66b5b01a4d6d884c50abea782cf3d2697093220ce0ccfbca4165d75919151faa74161c0e255632cbf3d158c479c92d18fe585149456d966822235a25324
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