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

Last updated: April 26,2024

1. Install "python3-idna.noarch" package

This is a short guide on how to install python3-idna.noarch on Amazon Linux 2

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

2. Uninstall "python3-idna.noarch" package

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

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : python3-idna
Arch : noarch
Version : 2.7
Release : 2.amzn2.0.2
Size : 79 k
Repo : amzn2-core/2/x86_64
Summary : Internationalized Domain Names in Applications (IDNA)
URL : https://github.com/kjd/idna
License : BSD and Python and Unicode
Description :
: A library to support the Internationalised Domain Names in
: Applications (IDNA) protocol as specified in RFC 5891
: . This version of the
: protocol is often referred to as "IDNA2008" and can produce
: different results from the earlier standard from 2003.
:
: The library is also intended to act as a suitable drop-in
: replacement for the "encodings.idna" module that comes with the
: Python standard library but currently only supports the older 2003
: specification.