How to Install and Uninstall python39-ndg-httpsclient Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python39-ndg-httpsclient" package

Please follow the guidelines below to install python39-ndg-httpsclient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-ndg-httpsclient

2. Uninstall "python39-ndg-httpsclient" package

Please follow the guidelines below to uninstall python39-ndg-httpsclient on openSuSE Tumbleweed:

$ sudo zypper remove python39-ndg-httpsclient

3. Information about the python39-ndg-httpsclient package on openSuSE Tumbleweed

Information for package python39-ndg-httpsclient:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-ndg-httpsclient
Version : 0.5.1-3.22
Arch : noarch
Vendor : openSUSE
Installed Size : 137.0 KiB
Installed : No
Status : not installed
Source package : python-ndg-httpsclient-0.5.1-3.22.src
Upstream URL : https://github.com/cedadev/ndg_httpsclient/
Summary : HTTPS support for httplib and urllib2 using PyOpenSSL
Description :
This is a HTTPS client implementation for httplib and urllib2 based on
PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the
default provided with Python and importantly enables full verification of the
SSL peer.