How to Install and Uninstall python-six.noarch Package on CentOS 7 / RHEL 7

Last updated: April 25,2024

1. Install "python-six.noarch" package

Please follow the instructions below to install python-six.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python-six.noarch

2. Uninstall "python-six.noarch" package

Please follow the guidance below to uninstall python-six.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove python-six.noarch $ sudo yum autoremove

3. Information about the python-six.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python-six
Arch : noarch
Version : 1.9.0
Release : 2.el7
Size : 97 k
Repo : installed
From repo : base
Summary : Python 2 and 3 compatibility utilities
URL : http://pypi.python.org/pypi/six/
License : MIT
Description : python-six provides simple utilities for wrapping over differences
: between Python 2 and Python 3.
:
: This is the Python 2 build of the module.