How to Install and Uninstall python3-libs.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 03,2024

1. Install "python3-libs.x86_64" package

In this section, we are going to explain the necessary steps to install python3-libs.x86_64 on CentOS 7 / RHEL 7

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

2. Uninstall "python3-libs.x86_64" package

This is a short guide on how to uninstall python3-libs.x86_64 on CentOS 7 / RHEL 7:

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

3. Information about the python3-libs.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : python3-libs
Arch : x86_64
Version : 3.6.8
Release : 18.el7
Size : 35 M
Repo : installed
From repo : updates
Summary : Python runtime libraries
URL : https://www.python.org/
License : Python
Description : This package contains runtime libraries for use by Python:
: - the majority of the Python standard library
: - a dynamically linked library for use by applications that embed
: Python as a scripting language, and by the main "python3"
: executable