How to Install and Uninstall python-httpretty Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python-httpretty" package

This guide let you learn how to install python-httpretty on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-httpretty

2. Uninstall "python-httpretty" package

This guide covers the steps necessary to uninstall python-httpretty on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-httpretty $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-httpretty package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-httpretty
Priority: optional
Section: universe/python
Installed-Size: 114
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.8.6-2
Depends: python-urllib3, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-httpretty/python-httpretty_0.8.6-2_all.deb
Size: 18146
MD5sum: 33814910a78c0889550b24e14b3eba0f
SHA1: eec0b01f6366c99f198795f2814a1c71818b9ab1
SHA256: bc5b266750ab78bc6962c3f2dacb34444fa3e7237d55c23fba272e3abc690cc3
Description-en: HTTP client mock - Python 2.x
Once upon a time a Python developer wanted to use a RESTful API, everything
was fine but until the day he needed to test the code that hits the RESTful
API: what if the API server is down? What if its content has changed ?
.
Don't worry, HTTPretty is here for you.
.
This package provides the Python 2.x module.
Description-md5: 0a403daedff52f952bf93adcc5d8ad79
Homepage: http://github.com/gabrielfalcao/httpretty
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu