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

Last updated: May 11,2024

1. Install "python3-testresources" package

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

$ sudo apt update $ sudo apt install python3-testresources

2. Uninstall "python3-testresources" package

This tutorial shows how to uninstall python3-testresources on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-testresources
Priority: optional
Section: universe/python
Installed-Size: 139
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: testresources
Version: 1.0.0-1
Depends: python3-unittest2, python3:any (>= 3.3.2-2~)
Filename: pool/universe/t/testresources/python3-testresources_1.0.0-1_all.deb
Size: 26122
MD5sum: e1f08b585b6c5575f1ecce1795d1f601
SHA1: 99f9e96bc9801e253e8172e4b1e9ea2f2de1e1d4
SHA256: 596d438fa0edddc3decbf4926e489a13991f7ca93caa39a00050f0654268c3bf
Description-en: PyUnit extension for managing expensive test fixtures - Python 3.x
PyUnit extension to manage the initialisation and lifetime of expensive
test fixtures.
.
For example reference databases are often only need to be constructed
once but standard test isolation causes them to be constructed for every
fixture, making test execution very slow.
.
This package provides the Python 3.x module.
Description-md5: 1b03a6716d8dda474f67250c932c6ed8
Homepage: https://pypi.python.org/pypi/testresources
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu