How to Install and Uninstall python3-flexmock Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python3-flexmock" package

Here is a brief guide to show you how to install python3-flexmock on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-flexmock

2. Uninstall "python3-flexmock" package

Please follow the step by step instructions below to uninstall python3-flexmock on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-flexmock package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-flexmock
Priority: optional
Section: universe/python
Installed-Size: 69
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-flexmock
Version: 0.10.2-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-flexmock/python3-flexmock_0.10.2-1_all.deb
Size: 15264
MD5sum: 8190d0fbe0d17d935709a6317382fd20
SHA1: c853ef45cbf0a3a6495ae2aff3e7409480ca1a78
SHA256: 891549d6669d9c686496c661bb3be65de558daa15f30248575668992173b4af5
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
Homepage: https://flexmock.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu