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

Last updated: May 17,2024

1. Install "libboost-python-dev" package

Please follow the steps below to install libboost-python-dev on Kali Linux

$ sudo apt update $ sudo apt install libboost-python-dev

2. Uninstall "libboost-python-dev" package

Learn how to uninstall libboost-python-dev on Kali Linux:

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

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

Package: libboost-python-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-python1.83-dev
Size: 3892
SHA256: 3eeec5683815a02cbd915fdfe8a379c1c947330e6ef15e31fc73a91bac67ab37
SHA1: ce1e4901cbb10394ba29bc425af0294fdde99ee7
MD5sum: b74919d42ecd1b8e9fcda443a0edc991
Description: Boost.Python Library development files (default version)
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.
.
This package allows development of a Python interface for all current
versions of Python in Debian. Code using this library will need also
one of the Python development packages.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.83).
Description-md5:
Homepage: http://www.boost.org/libs/python/
Tag: devel::lang:c++, devel::lang:python, devel::library,
implemented-in::c++, role::devel-lib, role::dummy
Section: libdevel
Priority: optional
Filename: pool/main/b/boost-defaults/libboost-python-dev_1.83.0.2+b2_amd64.deb