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

Last updated: April 30,2024

1. Install "libboost-coroutine1.71.0" package

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

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

2. Uninstall "libboost-coroutine1.71.0" package

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

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

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

Package: libboost-coroutine1.71.0
Architecture: amd64
Version: 1.71.0-6ubuntu11
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: boost1.71
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2022
Depends: libboost-context1.71.0, libboost-thread1.71.0, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/b/boost1.71/libboost-coroutine1.71.0_1.71.0-6ubuntu11_amd64.deb
Size: 219640
MD5sum: b04bf7905a7ab05155549cd0ff542e86
SHA1: 4375b86aefc389d4a4c363c3a4a3194ce6bf558c
SHA256: d47f0c0c4f58f69d75ca30172475e2e25b39f8d89eee4b897b6ea2f1aad09f30
SHA512: 79bab1bd1958f9a0884acdc9ffff2a1e80f9cf4a413c6769186e87f9c03210d0bdbe3cd8527dee2da2349343686145ed58d9f82de2f5052df21c64a8a7944d1c
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