How to Install and Uninstall libboost-context1.83.0 Package on Kali Linux

Last updated: July 05,2024

1. Install "libboost-context1.83.0" package

Please follow the step by step instructions below to install libboost-context1.83.0 on Kali Linux

$ sudo apt update $ sudo apt install libboost-context1.83.0

2. Uninstall "libboost-context1.83.0" package

Learn how to uninstall libboost-context1.83.0 on Kali Linux:

$ sudo apt remove libboost-context1.83.0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libboost-context1.83.0 package on Kali Linux

Package: libboost-context1.83.0
Source: boost1.83 (1.83.0-2)
Version: 1.83.0-2+b2
Installed-Size: 2158
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1)
Size: 231052
SHA256: 999df1f463fd6128518b49424a471a13f3b10c3b0f28d7e9218193afd3e6b688
SHA1: 5f9899fceb4bf6850427f980f241a406acd28921
MD5sum: 8c0e92f0bd2dee188ce4dbff477efa4a
Description: provides a sort of cooperative multitasking on a single thread
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++.
Description-md5:
Multi-Arch: same
Homepage: http://www.boost.org/libs/context/
Section: libs
Priority: optional
Filename: pool/main/b/boost1.83/libboost-context1.83.0_1.83.0-2+b2_amd64.deb