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

Last updated: May 18,2024

1. Install "libboost-python1.74.0" package

This tutorial shows how to install libboost-python1.74.0 on Kali Linux

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

2. Uninstall "libboost-python1.74.0" package

Please follow the guidance below to uninstall libboost-python1.74.0 on Kali Linux:

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

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

Package: libboost-python1.74.0
Source: boost1.74 (1.74.0+ds1-23)
Version: 1.74.0+ds1-23+b1
Installed-Size: 2542
Maintainer: Debian Boost Team
Architecture: amd64
Provides: libboost-python1.74.0-py311, libboost-python1.74.0-py312
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: python3
Size: 337464
SHA256: ed7117a81156e0b527025ff2c260d8aa8508d771c3c764851de267a24843c547
SHA1: 37cb30fd9d91dfa35cdfacbac2eeede27420bc28
MD5sum: 11adadb8a062951fec700e2afdf1270e
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/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/b/boost1.74/libboost-python1.74.0_1.74.0+ds1-23+b1_amd64.deb