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

Last updated: October 05,2024

1. Install "python3-flexmock" package

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

$ sudo apt update $ sudo apt install python3-flexmock

2. Uninstall "python3-flexmock" package

Please follow the instructions below to uninstall python3-flexmock on Kali Linux:

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

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

Package: python3-flexmock
Source: python-flexmock
Version: 0.11.3-3
Installed-Size: 96
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 21644
SHA256: 478fad8340f893a140ec5410860c95eb62615a61ee176540a62aacfbc9803913
SHA1: 1df8972362431044fb63a7421016d3ef259c359c
MD5sum: 5c14a7532302fc4015c8b210085f17d8
Description: Mock/Stub/Spy library for Python 3
flexmock is a testing library for Python that makes it easy to create mocks,
stubs and fakes.
.
The API is inspired by a Ruby library of the same name, but Python flexmock is
not a clone of the Ruby version. It omits a number of redundancies in the Ruby
flexmock API, alters some defaults, and introduces a number of Python-only
features.
.
flexmock's design focuses on simplicity and intuitiveness. This means that the
API is as lean as possible, though a few convenient short-hand methods are
provided to aid brevity and readability.
.
flexmock declarations are structured to read more like English sentences than
API calls, and it is possible to chain them together in any order to achieve
high degree of expressiveness in a single line of code.
.
This package contains the Python 3 version of flexmock.
Description-md5:
Homepage: https://flexmock.readthedocs.org/
Section: python
Priority: optional
Filename: pool/main/p/python-flexmock/python3-flexmock_0.11.3-3_all.deb