How to Install and Uninstall libboost-python1.71.0 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: November 14,2024

1. Install "libboost-python1.71.0" package

This guide covers the steps necessary to install libboost-python1.71.0 on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libboost-python1.71.0" package

Please follow the steps below to uninstall libboost-python1.71.0 on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libboost-python1.71.0 package on Ubuntu 20.10 (Groovy Gorilla)

Package: libboost-python1.71.0
Architecture: amd64
Version: 1.71.0-6ubuntu9
Priority: optional
Section: libs
Source: boost1.71
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2213
Provides: libboost-python1.71.0-py38
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Suggests: python3
Filename: pool/main/b/boost1.71/libboost-python1.71.0_1.71.0-6ubuntu9_amd64.deb
Size: 277540
MD5sum: c3f68ad208ad34c74af153451f223283
SHA1: a869cc2ef561d8a70c5a5bafb395fe641e9b87b5
SHA256: 713dee1025e1175859d5ede166e5f695631f42c6ae1424edbb7b825f369cb9d3
SHA512: b161f491b7898671099850ad2cf04ad6451a1b20e03edcbbae8c48d42da9983aa265b5ce531328fa50eecbb18a44ab3317a02df5b081f210e4e6f5ceec233b5b
Homepage: http://www.boost.org/libs/python/
Description-en: 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: 1fd3f0310a5498412ebe02c4766ff0b1
Task: lubuntu-live, ubuntustudio-dvd-live