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

Last updated: May 05,2024

1. Install "libboost-fiber1.71-dev" package

In this section, we are going to explain the necessary steps to install libboost-fiber1.71-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libboost-fiber1.71-dev

2. Uninstall "libboost-fiber1.71-dev" package

This is a short guide on how to uninstall libboost-fiber1.71-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libboost-fiber1.71-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libboost-fiber1.71-dev
Architecture: amd64
Version: 1.71.0-6ubuntu9
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: boost1.71
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2216
Depends: libboost1.71-dev (= 1.71.0-6ubuntu9), libboost-context1.71-dev (= 1.71.0-6ubuntu9), libboost-filesystem1.71-dev (= 1.71.0-6ubuntu9), libboost-fiber1.71.0 (= 1.71.0-6ubuntu9)
Conflicts: libboost-fiber1.62-dev, libboost-fiber1.63-dev, libboost-fiber1.65-dev, libboost-fiber1.67-dev, libboost-fiber1.70-dev
Filename: pool/universe/b/boost1.71/libboost-fiber1.71-dev_1.71.0-6ubuntu9_amd64.deb
Size: 237208
MD5sum: 6d4e73e79e6b3c2ab2f4f41682effd23
SHA1: 918cad8bac2d5e9a678e6b3511f96dd18d6cfc6c
SHA256: 79ffb4e660a5478fd35f792f8f3cd5bdc2ff0547165a70f509e231e48d60e7b0
SHA512: 782fb81258fbaa19e8c9330b123b118aa8540b9d2d7524269cdfbcc40c404e479ebb6d7708d2c3cd1c6bff8cf451a63a22ccfc725d39c1069f5128db7d620600
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