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

Last updated: November 13,2024

1. Install "python310-ndg-httpsclient" package

Here is a brief guide to show you how to install python310-ndg-httpsclient on openSuSE Tumbleweed

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

2. Uninstall "python310-ndg-httpsclient" package

Please follow the steps below to uninstall python310-ndg-httpsclient on openSuSE Tumbleweed:

$ sudo zypper remove python310-ndg-httpsclient

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

Information for package python310-ndg-httpsclient:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-ndg-httpsclient
Version : 0.5.1-3.22
Arch : noarch
Vendor : openSUSE
Installed Size : 136.8 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.