How to Install and Uninstall python3-extras.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "python3-extras.noarch" package

Here is a brief guide to show you how to install python3-extras.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python3-extras.noarch

2. Uninstall "python3-extras.noarch" package

Please follow the step by step instructions below to uninstall python3-extras.noarch on Amazon Linux 2:

$ sudo yum remove python3-extras.noarch $ sudo yum autoremove

3. Information about the python3-extras.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-extras
Arch : noarch
Version : 1.0.0
Release : 11.amzn2.0.3
Size : 18 k
Repo : amzn2-core/2/x86_64
Summary : Useful extra bits for Python
URL : https://github.com/testing-cabal/extras
License : MIT
Description : extras is a set of extensions to the Python standard library,
: originally written to make the code within testtools cleaner, but
: now split out for general use outside of a testing context.