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

Last updated: October 06,2024

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

Please follow the steps below to install libboost-container1.74-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

Learn how to uninstall libboost-container1.74-dev on Ubuntu 21.04 (Hirsute Hippo):

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

Package: libboost-container1.74-dev
Architecture: amd64
Version: 1.74.0-8ubuntu2
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-8ubuntu2), libboost-container1.74.0 (= 1.74.0-8ubuntu2)
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-8ubuntu2_amd64.deb
Size: 244452
MD5sum: 67c9fdaf46b72645e7fbb811ef8bf557
SHA1: 481524822e4622211014b7ddfcde371a053b0073
SHA256: f4c1b77f2dd793cc2e5ce922f8b5ec28bcbc2e26ca927df0a8fa9d94e517f773
SHA512: f39f0e1612bd371c9405fc6326bc656b12b11dcef17ed1af656e8b29da3c3faf2c61b062e1e3e53cb342dd361325cec6fc1b4e2f782a97bddb1340d788ae7044
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