How to Install and Uninstall python3-ndg-httpsclient Package on openSUSE Leap

Last updated: May 10,2024

1. Install "python3-ndg-httpsclient" package

Please follow the instructions below to install python3-ndg-httpsclient on openSUSE Leap

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

2. Uninstall "python3-ndg-httpsclient" package

Here is a brief guide to show you how to uninstall python3-ndg-httpsclient on openSUSE Leap:

$ sudo zypper remove python3-ndg-httpsclient

3. Information about the python3-ndg-httpsclient package on openSUSE Leap

Information for package python3-ndg-httpsclient:
------------------------------------------------
Repository : Main Repository
Name : python3-ndg-httpsclient
Version : 0.5.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 191.9 KiB
Installed : No
Status : not installed
Source package : python-ndg-httpsclient-0.5.1-bp155.2.11.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.