How to Install and Uninstall python-ndg_httpsclient.noarch Package on CentOS 7 / RHEL 7

Last updated: May 02,2024

1. Install "python-ndg_httpsclient.noarch" package

Please follow the step by step instructions below to install python-ndg_httpsclient.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python-ndg_httpsclient.noarch

2. Uninstall "python-ndg_httpsclient.noarch" package

Learn how to uninstall python-ndg_httpsclient.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove python-ndg_httpsclient.noarch $ sudo yum autoremove

3. Information about the python-ndg_httpsclient.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python-ndg_httpsclient
Arch : noarch
Version : 0.3.2
Release : 1.el7
Size : 129 k
Repo : installed
From repo : epel
Summary : Provides enhanced HTTPS support for httplib and urllib2 using
: PyOpenSSL
URL : http://ndg-security.ceda.ac.uk/wiki/ndg_httpsclient/
License : BSD
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.