How to Install and Uninstall libboost-python-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "libboost-python-dev" package

This is a short guide on how to install libboost-python-dev on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libboost-python-dev" package

Please follow the step by step instructions below to uninstall libboost-python-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libboost-python-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libboost-python-dev
Architecture: amd64
Version: 1.71.0.0ubuntu4
Priority: optional
Section: universe/libdevel
Source: boost-defaults
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 11
Depends: libboost-python1.71-dev
Filename: pool/universe/b/boost-defaults/libboost-python-dev_1.71.0.0ubuntu4_amd64.deb
Size: 3588
MD5sum: 94747d7c3ce8b39e10129f26b09393b4
SHA1: c7f4d383da759aedaed747726eb6753ff5d11432
SHA256: c3d0c76d15e7553aa3e9ddff0b82dda2e4db2140abe77c95dff92a88fcfc16a4
SHA512: d59b4a926fce3fb662242dce90965cadd29d2946913e648fa9fb59233daa0d567ca9b7df1b3b54ad07f637a398dd026cdba44870bf2ed3eb12bfe27e39ddbb30
Homepage: http://www.boost.org/libs/python/
Description-en: 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.71).
Description-md5: 450734a9eeb8f95a5f2e6e0f0bce2364