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

Last updated: April 29,2024

1. Install "libboost-context-dev" package

Please follow the step by step instructions below to install libboost-context-dev on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libboost-context-dev" package

Please follow the instructions below to uninstall libboost-context-dev on Ubuntu 21.04 (Hirsute Hippo):

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

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

Package: libboost-context-dev
Architecture: amd64
Version: 1.74.0.3ubuntu5
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.3ubuntu5_amd64.deb
Size: 3544
MD5sum: 17ec5de958471c4ac4b259378a0c9bba
SHA1: b181222350f08a8302f6deb4a92904b821b8f698
SHA256: 8612bf7d94098b2b6341607f6000d84fdff6106c55ed767ae3bf898b489b7dd6
SHA512: 8830641f212263638c788013069bcd1c60bdeb30f4b83ae414c6f9555be7bfdb53e59555ad0933eb228ec17dded0df3dad8f5c9c341d9df02c2acbb4976ab2a5
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