How to Install and Uninstall python3-httpretty Package on Kali Linux

Last updated: May 04,2024

1. Install "python3-httpretty" package

Please follow the guidance below to install python3-httpretty on Kali Linux

$ sudo apt update $ sudo apt install python3-httpretty

2. Uninstall "python3-httpretty" package

This is a short guide on how to uninstall python3-httpretty on Kali Linux:

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

3. Information about the python3-httpretty package on Kali Linux

Package: python3-httpretty
Source: python-httpretty
Version: 1.1.4-4
Installed-Size: 111
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-urllib3, python3:any
Size: 22680
SHA256: a1028cb706a79eb7a758150275d67cb6bb26f0a24b483d1e5766913ea479a495
SHA1: 0fafe04d4bf76bf63a1fdb46de6ad332a8bff037
MD5sum: 60475c026c97a961489403290fcad5a7
Description: 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:
Homepage: https://github.com/gabrielfalcao/httpretty
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-httpretty/python3-httpretty_1.1.4-4_all.deb