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

Last updated: July 07,2024

1. Install "python-testrepository" package

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

$ sudo apt update $ sudo apt install python-testrepository

2. Uninstall "python-testrepository" package

Here is a brief guide to show you how to uninstall python-testrepository on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-testrepository
Priority: optional
Section: universe/python
Installed-Size: 418
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Source: testrepository
Version: 0.0.20-2
Provides: python2.7-testrepository
Depends: python-subunit, python (>= 2.7), python (<< 2.8), python-fixtures, python-testtools
Filename: pool/universe/t/testrepository/python-testrepository_0.0.20-2_all.deb
Size: 58644
MD5sum: bcda2bbbf17efb0a3254ac688ecd89fe
SHA1: 8f47fb0e5d52c96b157f8afaebb7ce79521771ac
SHA256: 5ff048c09b344a92ac8e66715254f94f64587acddb912595e1296aaa453aee3c
Description-en: Database of test results - Python 2.x library
Testrepository provides a database of test results and supports easy workflows
to be built on top of that database. For instance, running just failing tests
or getting the last test run back to examine again (without running the tests
again). Testrepository is compatible with any test suite that can output
subunit. This includes any TAP test suite and any pyunit compatible test
suite.
.
The python-testrepository package contains the Python testrepository
library for Python 2.x, which can be used for programmatic access to the
database.
Description-md5: d059f1bf71dccac21df6ef41cb09fb68
Homepage: https://pypi.python.org/pypi/testrepository
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu