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

Last updated: May 20,2024

1. Install "libboost-coroutine1.83-dev" package

Here is a brief guide to show you how to install libboost-coroutine1.83-dev on Kali Linux

$ sudo apt update $ sudo apt install libboost-coroutine1.83-dev

2. Uninstall "libboost-coroutine1.83-dev" package

Please follow the guidelines below to uninstall libboost-coroutine1.83-dev on Kali Linux:

$ sudo apt remove libboost-coroutine1.83-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libboost-coroutine1.83-dev
Source: boost1.83 (1.83.0-2)
Version: 1.83.0-2+b2
Installed-Size: 2185
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost1.83-dev (= 1.83.0-2+b2), libboost-context1.83-dev (= 1.83.0-2+b2), libboost-coroutine1.83.0 (= 1.83.0-2+b2)
Conflicts: libboost-coroutine1.54-dev, libboost-coroutine1.55-dev, libboost-coroutine1.57-dev, libboost-coroutine1.58-dev, libboost-coroutine1.60-dev, libboost-coroutine1.61-dev, libboost-coroutine1.62-dev, libboost-coroutine1.63-dev, libboost-coroutine1.65-dev, libboost-coroutine1.67-dev, libboost-coroutine1.70-dev, libboost-coroutine1.71-dev, libboost-coroutine1.74-dev, libboost-coroutine1.80-dev, libboost-coroutine1.81-dev
Size: 236020
SHA256: 5db8110f2369c88a6de36db8512d086a16121f932bec63d1c9b23fa960a421ae
SHA1: 5ea28f434c3a775afcf64f31da7fb2d76f1fce17
MD5sum: bd917a929e24c29d7e1296e52e05df99
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: libdevel
Priority: optional
Filename: pool/main/b/boost1.83/libboost-coroutine1.83-dev_1.83.0-2+b2_amd64.deb