How to Install and Uninstall libboost-context-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 28,2024

1. Install "libboost-context-dev" package

Please follow the step by step instructions below to install libboost-context-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libboost-context-dev

2. Uninstall "libboost-context-dev" package

Learn how to uninstall libboost-context-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libboost-context-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libboost-context-dev package on Ubuntu 21.10 (Impish Indri)

Package: libboost-context-dev
Architecture: amd64
Version: 1.74.0.3ubuntu6
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: boost-defaults
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 11
Depends: libboost-context1.74-dev
Filename: pool/universe/b/boost-defaults/libboost-context-dev_1.74.0.3ubuntu6_amd64.deb
Size: 3414
MD5sum: 0bb5de63acbeda0f5a241d385aeec6c8
SHA1: 206ce3a29f98a29a46860b89c48eb59096c32efb
SHA256: 4283b88d22a02c866e38cd7fbffe4cc49f466c4111c16b8575e26e7fc3875ab9
SHA512: b18bdad47f891211065a3edf7f7fa43fa862ffe64256cb11e4138fd92ed9f933d2e769d648a05d24cc667101957ffa8ba9bd54d33eabb3214538d0fbda014bcb
Homepage: http://www.boost.org/libs/context/
Description-en: provides a sort of cooperative multitasking on a single thread (default version)
This package forms part of the Boost C++ Libraries collection.
.
Boost.Context is a foundational library that provides a sort of
cooperative multitasking on a single thread. By providing an
abstraction of the current execution state in the current thread,
including the stack (with local variables) and stack pointer, all
registers and CPU flags, and the instruction pointer, a fcontext_t
instance represents a specific point in the application's execution
path. This is useful for building higher-level abstractions, like
coroutines, cooperative threads (userland threads) or an equivalent
to C# keyword yield in C++.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.74).
Description-md5: ed3214abca5d1e45919f9f498afc84a3