How to Install and Uninstall libboost-context-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 29,2024

1. Install "libboost-context-dev" package

Please follow the instructions below to install libboost-context-dev on Ubuntu 20.10 (Groovy Gorilla)

$ 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 20.10 (Groovy Gorilla):

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

3. Information about the libboost-context-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libboost-context-dev
Architecture: amd64
Version: 1.71.0.0ubuntu4
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.71-dev
Filename: pool/universe/b/boost-defaults/libboost-context-dev_1.71.0.0ubuntu4_amd64.deb
Size: 3500
MD5sum: daf29aee5db0ecd6ffc6a787c0e813a4
SHA1: 1321e41e4ae4133f21eb9bf68e74897f0d189df5
SHA256: 507bf521312ff8a66490e8422c93e2d163faff964bfb4f785b570a6dcc2b6736
SHA512: 6dd9fd31682519e0b02478f111947633ac7e51451d2d57cdc16ec30a776a5697d7fff45ac486b8512dd392a8e9bca6aad960897d42f2886166407db08107ea68
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.71).
Description-md5: d4371e2af2e2c7ce00ff6dffabe209f1