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

Last updated: May 21,2024

1. Install "python3-fixtures" package

In this section, we are going to explain the necessary steps to install python3-fixtures on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-fixtures

2. Uninstall "python3-fixtures" package

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

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

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

Package: python3-fixtures
Priority: optional
Section: python
Installed-Size: 186
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Collins
Architecture: all
Source: python-fixtures
Version: 1.3.1-2
Depends: python3-pbr (>= 0.11), python3-six, python3-testtools, python3:any (>= 3.3.2-2~)
Filename: pool/main/p/python-fixtures/python3-fixtures_1.3.1-2_all.deb
Size: 30034
MD5sum: 04d4a7ab8f79f63ab3ebbc84573ee917
SHA1: b5d5b96075bc7b9f39efeec9a18baf2f392e6674
SHA256: 582df942e037920d261964181c8cec1ff7d964ab18b5a0168169134d96d04127
Description-en: PyUnit extension for defining test fixtures outside of test cases - Python 3.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 3.x module.
Description-md5: abcb44fae2fd23e9f3cc40ed4100f616
Homepage: http://pypi.python.org/pypi/fixtures
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntu-sdk