How to Install and Uninstall python2-idna Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python2-idna" package

Please follow the step by step instructions below to install python2-idna on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-idna

2. Uninstall "python2-idna" package

Please follow the step by step instructions below to uninstall python2-idna on openSUSE Leap:

$ sudo zypper remove python2-idna

3. Information about the python2-idna package on openSUSE Leap

Information for package python2-idna:
-------------------------------------
Repository : Main Repository
Name : python2-idna
Version : 2.6-1.20
Arch : noarch
Vendor : SUSE LLC
Installed Size : 879,9 KiB
Installed : No
Status : not installed
Source package : python-idna-2.6-1.20.src
Summary : Internationalized Domain Names in Applications (IDNA)
Description :
A library to support the Internationalised Domain Names in
Applications (IDNA) protocol as specified in RFC 5891
http://tools.ietf.org/html/rfc5891. 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.