How to Install and Uninstall libboost-context-dev Package on Kali Linux

Last updated: April 29,2024

1. Install "libboost-context-dev" package

Please follow the guidelines below to install libboost-context-dev on Kali Linux

$ 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 Kali Linux:

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

3. Information about the libboost-context-dev package on Kali Linux

Package: libboost-context-dev
Source: boost-defaults (1.83.0.2)
Version: 1.83.0.2+b2
Installed-Size: 11
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost-context1.83-dev
Size: 3804
SHA256: 03b083a6cd949986da146f9cafdedd477d75a3771536c558e4ca94044db7c7a7
SHA1: 6b8c9a0fcc8720eba82118ae5214818d1c16dec6
MD5sum: c74ecab82a4c164b52216ca42047141d
Description: 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.83).
Description-md5:
Multi-Arch: same
Homepage: http://www.boost.org/libs/context/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/b/boost-defaults/libboost-context-dev_1.83.0.2+b2_amd64.deb