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

Last updated: May 18,2024

1. Install "python39-idna_ssl" package

This is a short guide on how to install python39-idna_ssl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-idna_ssl

2. Uninstall "python39-idna_ssl" package

Learn how to uninstall python39-idna_ssl on openSuSE Tumbleweed:

$ sudo zypper remove python39-idna_ssl

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

Information for package python39-idna_ssl:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-idna_ssl
Version : 1.1.0-4.5
Arch : noarch
Vendor : openSUSE
Installed Size : 6.9 KiB
Installed : No
Status : not installed
Source package : python-idna_ssl-1.1.0-4.5.src
Upstream URL : https://github.com/aio-libs/idna_ssl
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.