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

Last updated: June 03,2024

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

In this section, we are going to explain the necessary steps to install libboost-python1.83-dev on Kali Linux

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

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

In this section, we are going to explain the necessary steps to uninstall libboost-python1.83-dev on Kali Linux:

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

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

Package: libboost-python1.83-dev
Source: boost1.83 (1.83.0-2)
Version: 1.83.0-2+b2
Installed-Size: 3478
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost1.83-dev (= 1.83.0-2+b2), libboost-python1.83.0 (= 1.83.0-2+b2), libpython3-dev, python3-dev:any
Suggests: libboost1.83-doc, gccxml
Conflicts: libboost-python1.42-dev, libboost-python1.46-dev, libboost-python1.48-dev, libboost-python1.49-dev, libboost-python1.50-dev, libboost-python1.52-dev, libboost-python1.53-dev, libboost-python1.54-dev, libboost-python1.55-dev, libboost-python1.57-dev, libboost-python1.58-dev, libboost-python1.60-dev, libboost-python1.61-dev, libboost-python1.62-dev, libboost-python1.63-dev, libboost-python1.65-dev, libboost-python1.67-dev, libboost-python1.70-dev, libboost-python1.71-dev, libboost-python1.74-dev, libboost-python1.80-dev, libboost-python1.81-dev
Size: 379384
SHA256: 228a27a26e682d854a462243703599a35a54504fa4c70f1da3e13c9be0f42427
SHA1: 1cace1785cbdd27179e362bd1443516a38525eab
MD5sum: 977a5fe3ab01cfe744f51b8272719b1a
Description: Boost.Python Library development files
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.
Description-md5:
Homepage: http://www.boost.org/libs/python/
Section: libdevel
Priority: optional
Filename: pool/main/b/boost1.83/libboost-python1.83-dev_1.83.0-2+b2_amd64.deb