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

Last updated: September 20,2024

1. Install "libboost-python1.83.0" package

This guide covers the steps necessary to install libboost-python1.83.0 on Kali Linux

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

2. Uninstall "libboost-python1.83.0" package

Please follow the guidelines below to uninstall libboost-python1.83.0 on Kali Linux:

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

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

Package: libboost-python1.83.0
Source: boost1.83 (1.83.0-2)
Version: 1.83.0-2+b2
Installed-Size: 2664
Maintainer: Debian Boost Team
Architecture: amd64
Provides: libboost-python1.83.0-py311, libboost-python1.83.0-py312
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: python3
Size: 351012
SHA256: 31ee88f36d2abc2f08bd30d6b170d7c9911ab129aeabdcddef02418bbb426cc7
SHA1: ca1c383116f2e2e13dd96655cd6699d4e135d832
MD5sum: 9772dda968faf0ac2aa6f76c876c01e8
Description: Boost.Python Library
This package forms part of the Boost C++ Libraries collection.
.
The Boost Python Library is used to quickly and easily export a C++
library to Python such that the Python interface is very similar to
the C++ interface. It is designed to be minimally intrusive on your
C++ design. In most cases, you should not have to alter your C++
classes in any way in order to use them with Boost.Python. The
system should simply "reflect" your C++ classes and functions into
Python. The major features of Boost.Python include support for:
Subclassing extension types in Python, Overriding virtual functions
in Python, Member function Overloading, Automatic wrapping of
numeric operators among others.
.
One of the python interpreter packages is required to use the
created extensions.
Description-md5:
Homepage: http://www.boost.org/libs/python/
Section: libs
Priority: optional
Filename: pool/main/b/boost1.83/libboost-python1.83.0_1.83.0-2+b2_amd64.deb