How to Install and Uninstall python-pydoubles Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-pydoubles" package

This is a short guide on how to install python-pydoubles on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pydoubles

2. Uninstall "python-pydoubles" package

This guide covers the steps necessary to uninstall python-pydoubles on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pydoubles $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pydoubles package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pydoubles
Priority: optional
Section: universe/python
Installed-Size: 82
Maintainer: Ubuntu Developers
Original-Maintainer: David Villa Alises
Architecture: all
Source: pydoubles
Version: 1.4-2
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Suggests: python-hamcrest
Filename: pool/universe/p/pydoubles/python-pydoubles_1.4-2_all.deb
Size: 12700
MD5sum: 1ed263ad5083ab57e83cfe7cebb36f69
SHA1: d0687b0cf8310be1203662851eb318cf6546e4a3
SHA256: 8b520a31b23c29a0b77429cfa5e43281b0f74d5f475e337ec86fe3abf160f83b
Description-en: pyDoubles is a test doubles framework for the Python platform.
pyDoubles is a test doubles framework for the Python platform. Test doubles
frameworks are also called mocking or isolation frameworks. pyDoubles can be
used as a testing tool or as a Test Driven Development tool.
.
It generates stubs, spies, and mock objects using a fluent interface that will
make your unit tests more readable. Moreover, it’s been designed to make your
tests less fragile when possible.
Description-md5: 362bfcb1d45841d7bc4f62a86e48b1f1
Homepage: http://www.pydoubles.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu