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

Last updated: April 28,2024

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

This guide let you learn how to install libboost-container1.74-dev on Ubuntu 21.10 (Impish Indri)

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

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

Here is a brief guide to show you how to uninstall libboost-container1.74-dev on Ubuntu 21.10 (Impish Indri):

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

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

Package: libboost-container1.74-dev
Architecture: amd64
Version: 1.74.0-8ubuntu6
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: boost1.74
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2207
Depends: libboost1.74-dev (= 1.74.0-8ubuntu6), libboost-container1.74.0 (= 1.74.0-8ubuntu6)
Conflicts: libboost-container1.65-dev, libboost-container1.67-dev, libboost-container1.70-dev, libboost-container1.71-dev
Filename: pool/universe/b/boost1.74/libboost-container1.74-dev_1.74.0-8ubuntu6_amd64.deb
Size: 254636
MD5sum: 050a8ed300c93f9734ba5a832ae456d0
SHA1: 1f72040f4a496ed3c4b84f7803f3ee533f28a9ab
SHA256: 3f5b8468095bdb603192c94d6a3c2ac657a4a010f609caa1750cdba76557a66e
SHA512: cbc53d627c97859ce8de5c1a59b504e05dc54f61b8369d69d6dc284ba63fd6c863b5b82c55732aaf8fb0ee2eeed1e394c03d80432824cdc3611c087158d6861e
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