How to Install and Uninstall python38-idna_ssl Package on openSuSE Tumbleweed

Last updated: April 28,2024

1. Install "python38-idna_ssl" package

Please follow the guidelines below to install python38-idna_ssl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-idna_ssl

2. Uninstall "python38-idna_ssl" package

Please follow the instructions below to uninstall python38-idna_ssl on openSuSE Tumbleweed:

$ sudo zypper remove python38-idna_ssl

3. Information about the python38-idna_ssl package on openSuSE Tumbleweed

Information for package python38-idna_ssl:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-idna_ssl
Version : 1.1.0-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 7,8 KiB
Installed : No
Status : not installed
Source package : python-idna_ssl-1.1.0-3.6.src
Summary : Library that patches sslmatch_hostname for Unicode/IDNA domain support
Description :
This patches ssl.match_hostname for Unicode/IDNA domain support.
The ssl.match_hostname issue is fixed (as of January 27 2018) in upcoming
Python 3.7, but IDNA2008 (RFC 5895) is still broken.