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

Last updated: May 17,2024

1. Install "python3-minimock" package

Please follow the steps below to install python3-minimock on Kali Linux

$ sudo apt update $ sudo apt install python3-minimock

2. Uninstall "python3-minimock" package

In this section, we are going to explain the necessary steps to uninstall python3-minimock on Kali Linux:

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

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

Package: python3-minimock
Source: python-minimock
Version: 1.2.8-4
Installed-Size: 52
Maintainer: Debian QA Group
Architecture: all
Depends: python3:any
Size: 14588
SHA256: fd25374a636552c501f6e901c08b8dd3a57729b65702898812c943b4f58590ee
SHA1: 21a1b203d205d8e6de06ef4e13f175798c393883
MD5sum: 7c9a88300168130e64b3afa04ac6ec54
Description: simple library for Python mock objects
minimock is a simple Python library for using mock objects.
.
Its mock objects will report any access made to the mock object's
interfaces. The programmer can easily make assertions about how mock
objects are used in the test cases, by using the standard-library
‘doctest’ module to match the reported access against expected
behaviour.
.
Mock objects can return specified values, raise exceptions, etc.
to simulate the mocked behaviour. Existing objects can optionally
be replaced in-place in their namespace by a mock object, and
restored safely after testing.
Description-md5:
Homepage: https://pypi.python.org/pypi/MiniMock
Section: python
Priority: optional
Filename: pool/main/p/python-minimock/python3-minimock_1.2.8-4_all.deb