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

Last updated: May 19,2024

1. Install "libboost-context1.74.0" package

This guide let you learn how to install libboost-context1.74.0 on Kali Linux

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

2. Uninstall "libboost-context1.74.0" package

This guide let you learn how to uninstall libboost-context1.74.0 on Kali Linux:

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

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

Package: libboost-context1.74.0
Source: boost1.74 (1.74.0+ds1-23)
Version: 1.74.0+ds1-23+b1
Installed-Size: 2036
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.4)
Size: 217984
SHA256: 3d548312a2467a9ef4cb51ac4fd015cf70cbb86c4a8f63246f750e478c34c918
SHA1: ae41ff948c6a1b552c2d6887ff52c818be094fe8
MD5sum: 42005a420781c961c1a6dae3e5cbe129
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/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/b/boost1.74/libboost-context1.74.0_1.74.0+ds1-23+b1_amd64.deb