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

Last updated: May 10,2024

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

Here is a brief guide to show you how to install libboost-python1.74-dev on Kali Linux

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

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

Here is a brief guide to show you how to uninstall libboost-python1.74-dev on Kali Linux:

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

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

Package: libboost-python1.74-dev
Source: boost1.74 (1.74.0+ds1-23)
Version: 1.74.0+ds1-23+b1
Installed-Size: 3353
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost1.74-dev (= 1.74.0+ds1-23+b1), libboost-python1.74.0 (= 1.74.0+ds1-23+b1), libpython3-dev, python3-dev:any
Suggests: libboost1.74-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
Size: 365500
SHA256: b0f9922b6b6aa18ae7cee35efafd4af8a8b6d9b6090418ac8063ba977dbba129
SHA1: 3f38a77c1a853f9df793a80d6f5323166f3bb4b6
MD5sum: 435d28e248bdbc5efad7a4ff5520f1a5
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/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/b/boost1.74/libboost-python1.74-dev_1.74.0+ds1-23+b1_amd64.deb