How to Install and Uninstall boost-python.i686 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "boost-python.i686" package

In this section, we are going to explain the necessary steps to install boost-python.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install boost-python.i686

2. Uninstall "boost-python.i686" package

Here is a brief guide to show you how to uninstall boost-python.i686 on Amazon Linux 2:

$ sudo yum remove boost-python.i686 $ sudo yum autoremove

3. Information about the boost-python.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : boost-python
Arch : i686
Version : 1.53.0
Release : 27.amzn2.0.5
Size : 127 k
Repo : amzn2-core/2/x86_64
Summary : Run-Time component of boost python library
URL : http://www.boost.org
License : Boost and MIT and Python
Description :
: The Boost Python Library is a framework for interfacing Python and
: C++. It allows you to quickly and seamlessly expose C++ classes
: functions and objects to Python, and vice versa, using no special
: tools -- just your C++ compiler. This package contains run-time
: support for Boost Python Library.