How to Install and Uninstall libboost-coroutine1.83.0 Package on Kali Linux

Last updated: May 15,2024

1. Install "libboost-coroutine1.83.0" package

This is a short guide on how to install libboost-coroutine1.83.0 on Kali Linux

$ sudo apt update $ sudo apt install libboost-coroutine1.83.0

2. Uninstall "libboost-coroutine1.83.0" package

This is a short guide on how to uninstall libboost-coroutine1.83.0 on Kali Linux:

$ sudo apt remove libboost-coroutine1.83.0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libboost-coroutine1.83.0 package on Kali Linux

Package: libboost-coroutine1.83.0
Source: boost1.83 (1.83.0-2)
Version: 1.83.0-2+b2
Installed-Size: 2163
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost-context1.83.0 (>= 1.83.0), libc6 (>= 2.34), libstdc++6 (>= 5.2)
Size: 233968
SHA256: 98fe7d649f1d869fa3359e5f9c8f830aa9daf909344240f52d95b948a234d880
SHA1: 6343614d0668b2c6f09b4b40934ec5d61ac794f2
MD5sum: 853d9991580159a2c230b132f2526208
Description: provides a sort of cooperative multitasking on a single thread
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.
Description-md5:
Multi-Arch: same
Homepage: http://www.boost.org/libs/coroutine/
Section: libs
Priority: optional
Filename: pool/main/b/boost1.83/libboost-coroutine1.83.0_1.83.0-2+b2_amd64.deb