Install python-ndg-httpsclient
Installing python-ndg-httpsclient package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-ndg-httpsclient
python-ndg-httpsclient package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-ndg-httpsclient |
version | 0.4.0-3 |
description | enhanced HTTPS support for httplib and urllib2 using PyOpenSSL for Python2 |
subsection | python |
website | pypi.python.org / pypi / ndg-httpsclient |
maintainer | Gianfranco Costamagna |
Uninstall python-ndg-httpsclient
To remove just python-ndg-httpsclient package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-ndg-httpsclient
Uninstall python-ndg-httpsclient and it’s dependent packages
To remove the python-ndg-httpsclient package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-ndg-httpsclient
Purging python-ndg-httpsclient
If you also want to delete configuration and/or data files of python-ndg-httpsclient from Debian Sid then this will work:
sudo apt-get purge python-ndg-httpsclient
To delete configuration and/or data files of python-ndg-httpsclient and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-ndg-httpsclient