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

Last updated: May 17,2024

1. Install "libboost-fiber1.74.0" package

This guide covers the steps necessary to install libboost-fiber1.74.0 on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libboost-fiber1.74.0" package

Please follow the instructions below to uninstall libboost-fiber1.74.0 on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libboost-fiber1.74.0 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libboost-fiber1.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: 2124
Depends: libboost-context1.74.0 (>= 1.74.0), libc6 (>= 2.30), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/b/boost1.74/libboost-fiber1.74.0_1.74.0-8ubuntu2_amd64.deb
Size: 234492
MD5sum: 133f1063a2fe7b8f33865d11ccf16205
SHA1: 5b14c7c0391e823cd336dcd777d9f4117c148c78
SHA256: a27798a962f47e2f9bd08c3c363f9d49eaffd4cce645b334009a7b0f77eedca6
SHA512: 6c26135a57fab95b4cde3a1085d16b57e55459f9932f94ccb7db60fedae22ea51ceac5d301808995cb610cbac611c06713df8ba09e067a358f650406bad9f740
Homepage: http://www.boost.org/libs/fiber/
Description-en: cooperatively-scheduled micro-/userland-threads
This package forms part of the Boost C++ Libraries collection.
.
Boost.Fiber provides a framework for micro-/userland-threads (fibers)
scheduled cooperatively. The API contains classes and functions to
manage and synchronize fibers similarly to standard thread support
library.
.
Each fiber has its own stack.
.
A fiber can save the current execution state, including all registers
and CPU flags, the instruction pointer, and the stack pointer and
later restore this state. The idea is to have multiple execution
paths running on a single thread using cooperative scheduling (versus
threads, which are preemptively scheduled). The running fiber decides
explicitly when it should yield to allow another fiber to run
(context switching). Boost.Fiber internally uses execution_context
from Boost.Context; the classes in this library manage, schedule and,
when needed, synchronize those execution contexts. A context switch
between threads usually costs thousands of CPU cycles on x86,
compared to a fiber switch with less than a hundred cycles. A fiber
runs on a single thread at any point in time.
Description-md5: f7f6013704ff4580caf3394917e3c295