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

Last updated: May 14,2024

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

In this section, we are going to explain the necessary steps to install libboost-coroutine1.74-dev on Kali Linux

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

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

Here is a brief guide to show you how to uninstall libboost-coroutine1.74-dev on Kali Linux:

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

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

Package: libboost-coroutine1.74-dev
Source: boost1.74 (1.74.0+ds1-23)
Version: 1.74.0+ds1-23+b1
Installed-Size: 2222
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost1.74-dev (= 1.74.0+ds1-23+b1), libboost-context1.74-dev (= 1.74.0+ds1-23+b1), libboost-coroutine1.74.0 (= 1.74.0+ds1-23+b1)
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
Size: 240060
SHA256: da332673f2b49c15bd6c8753c83d31d7d367a177ccc270eb036abf455f06366f
SHA1: bc7f91636e8a222c1f933c58448596b5b4de03a5
MD5sum: 641a47584be0b18051248c1963556266
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/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/b/boost1.74/libboost-coroutine1.74-dev_1.74.0+ds1-23+b1_amd64.deb