How to Install and Uninstall libboost-fiber1.71.0 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "libboost-fiber1.71.0" package

Please follow the step by step instructions below to install libboost-fiber1.71.0 on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libboost-fiber1.71.0" package

This guide let you learn how to uninstall libboost-fiber1.71.0 on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libboost-fiber1.71.0 package on Ubuntu 20.10 (Groovy Gorilla)

Package: libboost-fiber1.71.0
Architecture: amd64
Version: 1.71.0-6ubuntu9
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: boost1.71
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2038
Depends: libboost-context1.71.0, libc6 (>= 2.30), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/b/boost1.71/libboost-fiber1.71.0_1.71.0-6ubuntu9_amd64.deb
Size: 226480
MD5sum: 6c63ee73104b2101ca776b00fc9d62d1
SHA1: 82264aa2cee6f284ac2ffea6bf075356616d740d
SHA256: 196a9baad713e5f78d7152abc62368ee8018e388d43e6fff2278da55975ac36e
SHA512: 9ac5a98a07c28e5e36c3c647767faaca1ce8809ab1155da9e6983a1556facbdc6129859a982e7d1358243a9d385361587f6ee444dd067c9970443763e9eb483d
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