How to Install and Uninstall libboost-coroutine-dev Package on Kali Linux

Last updated: April 30,2024

1. Install "libboost-coroutine-dev" package

This guide covers the steps necessary to install libboost-coroutine-dev on Kali Linux

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

2. Uninstall "libboost-coroutine-dev" package

This guide let you learn how to uninstall libboost-coroutine-dev on Kali Linux:

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

3. Information about the libboost-coroutine-dev package on Kali Linux

Package: libboost-coroutine-dev
Source: boost-defaults (1.83.0.2)
Version: 1.83.0.2+b2
Installed-Size: 11
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost-coroutine1.83-dev
Size: 3868
SHA256: 297eef96353305b01778274a9f7da9235922071405aa6e0a834b57d38d57fd9b
SHA1: f2e160e4dcbd8a2796d1470f711423311ae8070d
MD5sum: f806fdaebd65297b97f0fd680286e8d9
Description: provides a sort of cooperative multitasking on a single thread (default version)
This package forms part of the Boost C++ Libraries collection.
.
Boost.Coroutine provides templates for generalized subroutines which
allow multiple entry points for suspending and resuming execution at
certain locations. It preserves the local state of execution and
allows re-entering subroutines more than once (useful if state must
be kept across function calls).
.
Coroutines can be viewed as a language-level construct providing a
special kind of control flow.
.
In contrast to threads, which are pre-emptive, coroutine switches are
cooperative (programmer controls when a switch will happen). The
kernel is not involved in the coroutine switches.
.
The implementation uses Boost.Context for context switching.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.83).
Description-md5:
Multi-Arch: same
Homepage: http://www.boost.org/libs/coroutine/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/b/boost-defaults/libboost-coroutine-dev_1.83.0.2+b2_amd64.deb