How to Install and Uninstall libboost-fiber1.74-dev Package on Ubuntu 21.10 (Impish Indri)
Last updated: November 26,2024
1. Install "libboost-fiber1.74-dev" package
Please follow the guidance below to install libboost-fiber1.74-dev on Ubuntu 21.10 (Impish Indri)
$
sudo apt update
Copied
$
sudo apt install
libboost-fiber1.74-dev
Copied
2. Uninstall "libboost-fiber1.74-dev" package
Please follow the step by step instructions below to uninstall libboost-fiber1.74-dev on Ubuntu 21.10 (Impish Indri):
$
sudo apt remove
libboost-fiber1.74-dev
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libboost-fiber1.74-dev package on Ubuntu 21.10 (Impish Indri)
Package: libboost-fiber1.74-dev
Architecture: amd64
Version: 1.74.0-8ubuntu6
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: 2295
Depends: libboost1.74-dev (= 1.74.0-8ubuntu6), libboost-context1.74-dev (= 1.74.0-8ubuntu6), libboost-filesystem1.74-dev (= 1.74.0-8ubuntu6), libboost-fiber1.74.0 (= 1.74.0-8ubuntu6)
Conflicts: libboost-fiber1.62-dev, libboost-fiber1.63-dev, libboost-fiber1.65-dev, libboost-fiber1.67-dev, libboost-fiber1.70-dev, libboost-fiber1.71-dev
Filename: pool/universe/b/boost1.74/libboost-fiber1.74-dev_1.74.0-8ubuntu6_amd64.deb
Size: 253810
MD5sum: de9e81d719218a3c296b278cd3216ff4
SHA1: 68144de762189075fb5e125e4f93700bc9cd23f2
SHA256: f4716f70eff46c909366ccd23fded9b083b84ff346337c23298169b0d5ed9d77
SHA512: c3f13baac1ce7ef8a75c99515c1b9a37f1f95001d3334b79e7039d2a0d59ce00e1908df180126aafba403246c445fe77d2b5d16ed9da17f710b60de43c23d14f
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
Architecture: amd64
Version: 1.74.0-8ubuntu6
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: 2295
Depends: libboost1.74-dev (= 1.74.0-8ubuntu6), libboost-context1.74-dev (= 1.74.0-8ubuntu6), libboost-filesystem1.74-dev (= 1.74.0-8ubuntu6), libboost-fiber1.74.0 (= 1.74.0-8ubuntu6)
Conflicts: libboost-fiber1.62-dev, libboost-fiber1.63-dev, libboost-fiber1.65-dev, libboost-fiber1.67-dev, libboost-fiber1.70-dev, libboost-fiber1.71-dev
Filename: pool/universe/b/boost1.74/libboost-fiber1.74-dev_1.74.0-8ubuntu6_amd64.deb
Size: 253810
MD5sum: de9e81d719218a3c296b278cd3216ff4
SHA1: 68144de762189075fb5e125e4f93700bc9cd23f2
SHA256: f4716f70eff46c909366ccd23fded9b083b84ff346337c23298169b0d5ed9d77
SHA512: c3f13baac1ce7ef8a75c99515c1b9a37f1f95001d3334b79e7039d2a0d59ce00e1908df180126aafba403246c445fe77d2b5d16ed9da17f710b60de43c23d14f
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