How to Install and Uninstall libboost-coroutine1.74-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

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

This tutorial shows how to install libboost-coroutine1.74-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

This tutorial shows how to uninstall libboost-coroutine1.74-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libboost-coroutine1.74-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libboost-coroutine1.74-dev
Architecture: amd64
Version: 1.74.0-8ubuntu2
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: boost1.74
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2244
Depends: libboost1.74-dev (= 1.74.0-8ubuntu2), libboost-context1.74-dev (= 1.74.0-8ubuntu2), libboost-coroutine1.74.0 (= 1.74.0-8ubuntu2)
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
Filename: pool/universe/b/boost1.74/libboost-coroutine1.74-dev_1.74.0-8ubuntu2_amd64.deb
Size: 234652
MD5sum: c8dad1e2d2aa14a92694b76ec75068e5
SHA1: 058b528e0559f747a01ff41e504e0da9999efcc7
SHA256: 4c8cfa8cc9dd8161d420cec1a800dc7a167037ed2250fba2cdc233dd9a823139
SHA512: 449a4082a0a5c22f7151aa2b5e139741b771f1ae4d7f3c08755cb568de4f5ed14e8216c252f1843be746202b33a151e52495febe0ee9569f2ce35b59aef41470
Homepage: http://www.boost.org/libs/coroutine/
Description-en: 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: 86838fff80fef6efdf92ff95491207e4