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

Last updated: May 15,2024

1. Install "python-fixtures" package

Please follow the steps below to install python-fixtures on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-fixtures

2. Uninstall "python-fixtures" package

Please follow the guidelines below to uninstall python-fixtures on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-fixtures
Priority: optional
Section: python
Installed-Size: 186
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Collins
Architecture: all
Version: 1.3.1-2
Depends: python-pbr (>= 0.11), python-six, python-testtools, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/main/p/python-fixtures/python-fixtures_1.3.1-2_all.deb
Size: 29980
MD5sum: 1ad5612e04e1ecf5d1f292e652141f3e
SHA1: 0381651398ac57efe6982f61b8555ae921aea389
SHA256: f079de793afb241bbfdca80b547a26ffa9adbb823bf12f42bf696afcf8aaed2f
Description-en: PyUnit extension for defining test fixtures outside of test cases - Python 2.x
A PyUnit extension for defining test fixtures outside of test cases. Each
fixture encapsulates creating, reusing and freeing some state - be that a
temporary directory on disk, SQL server connection, or just a particular
object graph. This is extremely useful for testing and general resource
management.
.
Fixtures ships with the base class, unittest glue and a number of precanned
concrete fixtures.
.
This package provides the Python 2.x module.
Description-md5: f8f393535056d501957eb0a49943cf8a
Homepage: http://pypi.python.org/pypi/fixtures
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y