How to Install and Uninstall python3-extras.noarch Package on Amazon Linux 2
Last updated: November 26,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
Copied
$
sudo yum install
python3-extras.noarch
Copied
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
Copied
$
sudo yum autoremove
Copied
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.
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.