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

Last updated: November 25,2024

1. Install "libboost-fiber-dev" package

Please follow the step by step instructions below to install libboost-fiber-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libboost-fiber-dev

2. Uninstall "libboost-fiber-dev" package

This guide let you learn how to uninstall libboost-fiber-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libboost-fiber-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libboost-fiber-dev
Architecture: amd64
Version: 1.74.0.3ubuntu5
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: boost-defaults
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 11
Depends: libboost-fiber1.74-dev
Filename: pool/universe/b/boost-defaults/libboost-fiber-dev_1.74.0.3ubuntu5_amd64.deb
Size: 3776
MD5sum: 96c75bcec0d83d6bb9d9a54225c881b9
SHA1: 127ac619d0b319f77fe5c861150167b5f39f2200
SHA256: 3fd7ad9284ddef1572ffa1059ad8c747b37fe870a94f74a96b3539919c910900
SHA512: 78bbb7f921d64041a7d08ded9e646de142b968e38a9fb0df3196ad89af9c47b66c4f667c86c9fb23a384ab3b6578dc8657b2948fe35e5530fc039c04fcf82f67
Homepage: http://www.boost.org/libs/fiber/
Description-en: cooperatively-scheduled micro-/userland-threads (default version)
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.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.74).
Description-md5: 154c0de1291233a47427ddb212842607