How to Install and Uninstall libboost-fiber1.74.0 Package on Kali Linux
Last updated: November 26,2024
1. Install "libboost-fiber1.74.0" package
Please follow the guidelines below to install libboost-fiber1.74.0 on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
libboost-fiber1.74.0
Copied
2. Uninstall "libboost-fiber1.74.0" package
This guide covers the steps necessary to uninstall libboost-fiber1.74.0 on Kali Linux:
$
sudo apt remove
libboost-fiber1.74.0
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libboost-fiber1.74.0 package on Kali Linux
Package: libboost-fiber1.74.0
Source: boost1.74 (1.74.0+ds1-23)
Version: 1.74.0+ds1-23+b1
Installed-Size: 2097
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost-context1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 239060
SHA256: dfd2bf1d60b5daf06513bebd33dec53146296f9ad8f66aa9d12da0461f8726f5
SHA1: 1fd64bc93a1ff4bea10b352a224e522410263c1d
MD5sum: de18a8d239869a9251e92294dc8b2b3f
Description: 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:
Multi-Arch: same
Homepage: http://www.boost.org/libs/fiber/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/b/boost1.74/libboost-fiber1.74.0_1.74.0+ds1-23+b1_amd64.deb
Source: boost1.74 (1.74.0+ds1-23)
Version: 1.74.0+ds1-23+b1
Installed-Size: 2097
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost-context1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 239060
SHA256: dfd2bf1d60b5daf06513bebd33dec53146296f9ad8f66aa9d12da0461f8726f5
SHA1: 1fd64bc93a1ff4bea10b352a224e522410263c1d
MD5sum: de18a8d239869a9251e92294dc8b2b3f
Description: 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:
Multi-Arch: same
Homepage: http://www.boost.org/libs/fiber/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/b/boost1.74/libboost-fiber1.74.0_1.74.0+ds1-23+b1_amd64.deb