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

Last updated: May 17,2024

1. Install "libboost-container1.71-dev" package

This guide covers the steps necessary to install libboost-container1.71-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libboost-container1.71-dev

2. Uninstall "libboost-container1.71-dev" package

This tutorial shows how to uninstall libboost-container1.71-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libboost-container1.71-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libboost-container1.71-dev
Architecture: amd64
Version: 1.71.0-6ubuntu11
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: boost1.71
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2117
Depends: libboost1.71-dev (= 1.71.0-6ubuntu11), libboost-container1.71.0 (= 1.71.0-6ubuntu11)
Conflicts: libboost-container1.65-dev, libboost-container1.67-dev, libboost-container1.70-dev
Filename: pool/universe/b/boost1.71/libboost-container1.71-dev_1.71.0-6ubuntu11_amd64.deb
Size: 235956
MD5sum: 9606dd090bd5ffbe4cd1fa0f0e0860c5
SHA1: f6c7dda06eff83a1713d5e2744cf6919733a8a41
SHA256: 89c786ec444ab0215f169a730ea02f8e713aca638f7bc10e923900505fce5a0f
SHA512: e06e17350ba9a2b334d755e08b2625586ed5ad798fbc271722fb1e15b75526ef47247579951b3e055b2729763caa0dff593b5c8411fc4ae36c85f88f1f6775a8
Homepage: http://boost.org/libs/container/
Description-en: C++ library that implements several well-known containers - dev files
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: 41cba76db235acb1c7483636f7771fe0