How to Install and Uninstall python3-flexmock Package on Ubuntu 21.10 (Impish Indri)

Last updated: July 07,2024

1. Install "python3-flexmock" package

Learn how to install python3-flexmock on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-flexmock

2. Uninstall "python3-flexmock" package

Learn how to uninstall python3-flexmock on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-flexmock package on Ubuntu 21.10 (Impish Indri)

Package: python3-flexmock
Architecture: all
Version: 0.10.5-1
Priority: optional
Section: universe/python
Source: python-flexmock
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 71
Depends: python3:any
Filename: pool/universe/p/python-flexmock/python3-flexmock_0.10.5-1_all.deb
Size: 16474
MD5sum: 03222771320cb7fb17d6564f83d4b106
SHA1: d7aa04527b35b67ea35711016e3847e454363e54
SHA256: de93aa1b759725b3c515b4a04005b1f4d15a5b318469925713cd2b70dc5546dc
SHA512: ece1615489c6a23d57c65924f7644549cf6f290c86ac09884d49171276995cc920e7e3e2ab31d2a2a471d7dabd6aeeedfa7c2921bb2586396330d24775afbf1a
Homepage: https://flexmock.readthedocs.org/
Description-en: 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: e5978a5fcc8eeea66d20dd4ad360b1d8