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

Last updated: May 05,2024

1. Install "python3-httmock" package

Here is a brief guide to show you how to install python3-httmock on Kali Linux

$ sudo apt update $ sudo apt install python3-httmock

2. Uninstall "python3-httmock" package

This guide let you learn how to uninstall python3-httmock on Kali Linux:

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

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

Package: python3-httmock
Source: httmock
Version: 1.4.0-4
Installed-Size: 27
Maintainer: Debian Python Team
Architecture: all
Depends: python3-requests, python3:any
Size: 6324
SHA256: e5eddbb7dd5647336444e43bbdf2d55b26b77a9997767017228aafc4b9427385
SHA1: 598bb4c44bd072caf1d2b3bc0f81f89ad6d0cff3
MD5sum: 6d13d1b60fc053ea702409a5b657c1fa
Description: Mocking library for python3-requests
This library allows unit tests to provide mocked responses to HTTP requests
made using the 'requests' library, either conditionally using the
'urlmatch' decorator or for all requests using the 'all_requests'
decorator.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/patrys/httmock
Section: python
Priority: optional
Filename: pool/main/h/httmock/python3-httmock_1.4.0-4_all.deb