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

Last updated: October 05,2024

1. Install "libboost-coroutine1.74.0" package

Please follow the guidance below to install libboost-coroutine1.74.0 on Kali Linux

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

2. Uninstall "libboost-coroutine1.74.0" package

This tutorial shows how to uninstall libboost-coroutine1.74.0 on Kali Linux:

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

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

Package: libboost-coroutine1.74.0
Source: boost1.74 (1.74.0+ds1-23)
Version: 1.74.0+ds1-23+b1
Installed-Size: 2085
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost-context1.74.0 (>= 1.74.0+ds1), libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 232696
SHA256: 840b6850658815a5436bc338261b13cd3968dae64fab8dce843a8c12fdb70481
SHA1: 5364889fa7fd212ea55ae129e42732e4fae4baa6
MD5sum: 9036bc1fc7f7f8d5dcc328c974e248b7
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: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/b/boost1.74/libboost-coroutine1.74.0_1.74.0+ds1-23+b1_amd64.deb