How to Install and Uninstall python3-requests-mock Package on Kali Linux

Last updated: October 05,2024

1. Install "python3-requests-mock" package

This is a short guide on how to install python3-requests-mock on Kali Linux

$ sudo apt update $ sudo apt install python3-requests-mock

2. Uninstall "python3-requests-mock" package

This tutorial shows how to uninstall python3-requests-mock on Kali Linux:

$ sudo apt remove python3-requests-mock $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-requests-mock package on Kali Linux

Package: python3-requests-mock
Source: python-requests-mock
Version: 1.11.0-1
Installed-Size: 89
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-requests, python3-six, python3:any
Size: 17408
SHA256: d54f6cbf0d8555a5bae80c27dc2256176e79867d7d32e8a2d969d6d5345fe87f
SHA1: b0ccce2108b4098fa3b2115c1d35630a2b7a7e75
MD5sum: 36450c539e96247802357053f99e12c6
Description: mock out responses from the requests package - Python 3.x
requests-mock provides a building block to stub out the HTTP requests_
portions of your testing code. Everything in requests_ eventually goes through
an adapter to do the transport work. requests-mock creates a custom adapter
that allows you to predefine responses when certain URIs are called. There are
then a number of methods provided to get the adapter used.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/jamielennox/requests-mock
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-requests-mock/python3-requests-mock_1.11.0-1_all.deb