How to Install and Uninstall python-six.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "python-six.noarch" package

This guide covers the steps necessary to install python-six.noarch on Amazon Linux 2

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

2. Uninstall "python-six.noarch" package

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

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

3. Information about the python-six.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-six
Arch : noarch
Version : 1.9.0
Release : 2.amzn2
Size : 29 k
Repo : amzn2-core/2/x86_64
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.