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

Last updated: May 18,2024

1. Install "python3-httpretty" package

In this section, we are going to explain the necessary steps to install python3-httpretty on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-httpretty

2. Uninstall "python3-httpretty" package

Please follow the guidelines below to uninstall python3-httpretty on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-httpretty
Priority: optional
Section: universe/python
Installed-Size: 114
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-httpretty
Version: 0.8.6-2
Depends: python3-urllib3, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-httpretty/python3-httpretty_0.8.6-2_all.deb
Size: 18212
MD5sum: c635ced8b5a47eea8d65c0b57b29de1c
SHA1: 858cc857c9a2ccbf905e6860ec63cc1429420110
SHA256: d9183dcb3db58031a211db2863feb6d3591108564c36904a0dcf648e92483bce
Description-en: HTTP client mock - Python 3.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 3.x module.
Description-md5: 31713a11a906985587954bea1bbcd8ce
Homepage: http://github.com/gabrielfalcao/httpretty
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu