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

Last updated: May 16,2024

1. Install "libboost-container1.74.0" package

This guide let you learn how to install libboost-container1.74.0 on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libboost-container1.74.0" package

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

$ 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.04 (Hirsute Hippo)

Package: libboost-container1.74.0
Architecture: amd64
Version: 1.74.0-8ubuntu2
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: 2128
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Filename: pool/universe/b/boost1.74/libboost-container1.74.0_1.74.0-8ubuntu2_amd64.deb
Size: 242828
MD5sum: e99d353332c9e5d11a51f3f3fa18b5e4
SHA1: a0894ee50877e8b6a6e803707b0bec9af43ff109
SHA256: 998e95ea9082dcae7f110fb4bac250bf64c2820cf0ea112fe8a7b5c43607bb51
SHA512: ff37e137c74e61d219e646eef2c9bb58692d5dfbe257d8c69a7e2c68007066a2190f8a29c4eb903759102c9ddf086154a576589543521b8b32cea8eab3fa8dd2
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