How to Install and Uninstall python-libs.x86_64 Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "python-libs.x86_64" package

This guide covers the steps necessary to install python-libs.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-libs.x86_64

2. Uninstall "python-libs.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python-libs.x86_64 on Amazon Linux 2:

$ sudo yum remove python-libs.x86_64 $ sudo yum autoremove

3. Information about the python-libs.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : python-libs
Arch : x86_64
Version : 2.7.18
Release : 1.amzn2.0.4
Size : 26 M
Repo : installed
Summary : Runtime libraries for Python
URL : http://www.python.org/
License : Python
Description : This package contains runtime libraries for use by Python:
: - the libpython dynamic library, for use by applications that
: embed Python as a scripting language, and by the main "python"
: executable
: - the Python standard library