How to Install and Uninstall libboost-context-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: March 29,2024

1. Install "libboost-context-dev" package

Please follow the steps below to install libboost-context-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libboost-context-dev" package

In this section, we are going to explain the necessary steps to uninstall libboost-context-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libboost-context-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libboost-context-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 10
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Architecture: amd64
Source: boost-defaults
Version: 1.58.0.1ubuntu1
Depends: libboost-context1.58-dev
Filename: pool/universe/b/boost-defaults/libboost-context-dev_1.58.0.1ubuntu1_amd64.deb
Size: 2994
MD5sum: c5d865160330489eb44ca20d401b4cba
SHA1: 50fca164be5f1c63d40363b75da32fafb9f635a6
SHA256: 199530725a65d357bcf784b39cc7f64fb4642293925429894541f0404def904c
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.58).
Description-md5: f8ecbb98fb70e37997b292b39fad7ea4
Multi-Arch: same
Homepage: http://www.boost.org/libs/context/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu