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

Last updated: July 03,2024

1. Install "python312-ndg-httpsclient" package

This tutorial shows how to install python312-ndg-httpsclient on openSuSE Tumbleweed

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

2. Uninstall "python312-ndg-httpsclient" package

Here is a brief guide to show you how to uninstall python312-ndg-httpsclient on openSuSE Tumbleweed:

$ sudo zypper remove python312-ndg-httpsclient

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

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