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

Last updated: July 03,2024

1. Install "libboost-context1.83-dev" package

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

$ sudo apt update $ sudo apt install libboost-context1.83-dev

2. Uninstall "libboost-context1.83-dev" package

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

$ sudo apt remove libboost-context1.83-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libboost-context1.83-dev
Source: boost1.83 (1.83.0-2)
Version: 1.83.0-2+b2
Installed-Size: 2160
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost1.83-dev (= 1.83.0-2+b2), libboost-thread1.83-dev (= 1.83.0-2+b2), libboost-context1.83.0 (= 1.83.0-2+b2)
Conflicts: libboost-context1.53-dev, libboost-context1.54-dev, libboost-context1.55-dev, libboost-context1.57-dev, libboost-context1.58-dev, libboost-context1.60-dev, libboost-context1.61-dev, libboost-context1.62-dev, libboost-context1.63-dev, libboost-context1.65-dev, libboost-context1.67-dev, libboost-context1.70-dev, libboost-context1.71-dev, libboost-context1.74-dev, libboost-context1.80-dev, libboost-context1.81-dev
Size: 232336
SHA256: d35ea650f62342b38865db2433b29ccff5a9e9fa2b67f6fe9d57e3d722047067
SHA1: 85a15f83292a0170472311d6301afea72b2f20de
MD5sum: a7720f29ca72a16d1f8ccdb3f7cd3eb9
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: libdevel
Priority: optional
Filename: pool/main/b/boost1.83/libboost-context1.83-dev_1.83.0-2+b2_amd64.deb