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

Last updated: April 30,2024

1. Install "libboost-coroutine1.74.0" package

Here is a brief guide to show you how to install libboost-coroutine1.74.0 on Ubuntu 21.04 (Hirsute Hippo)

$ 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 Ubuntu 21.04 (Hirsute Hippo):

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

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

Package: libboost-coroutine1.74.0
Architecture: amd64
Version: 1.74.0-8ubuntu2
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: boost1.74
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2108
Depends: libboost-context1.74.0 (>= 1.74.0), libboost-thread1.74.0 (>= 1.74.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/b/boost1.74/libboost-coroutine1.74.0_1.74.0-8ubuntu2_amd64.deb
Size: 227532
MD5sum: 326cea3eee6668abfa584004e74ad392
SHA1: 5e0d38bd363948407332de80df9296284dec6521
SHA256: 0f74c9317a0fcba4aa387b0f6daba7bbcacddb328cd513f098b9b49ade931136
SHA512: 41251fefbb2eac168a9b4ad5c617b697922d2b8c956a3c6b4b0aea90c65e8ed8421aa634f1a8eb587a2bab8b8cf8239f75999222f29427ce1ed05870c385c813
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