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

Last updated: May 04,2024

1. Install "testrepository" package

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

$ sudo apt update $ sudo apt install testrepository

2. Uninstall "testrepository" package

This guide let you learn how to uninstall testrepository on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: testrepository
Priority: optional
Section: universe/python
Installed-Size: 34
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Version: 0.0.20-2
Depends: python-testrepository (>= 0.0.20-2), python3-testrepository (>= 0.0.20-2)
Filename: pool/universe/t/testrepository/testrepository_0.0.20-2_all.deb
Size: 12064
MD5sum: acbf6d690dc5554cfe34e4c026170248
SHA1: 6a35c9fe7a45772a56afb619c4f503564487df27
SHA256: 032b66598e3f59e313317c22a550728e2d20db8d1f1403c1b82290eff212b2f4
Description-en: unit test system with database of test results - metapackage and doc
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.
.
This package is a metapackage that depends on both Python 2 and 3 packages. It
also contains the documentation.
Description-md5: 9945645b40be8ca23014728597260ee1
Homepage: https://pypi.python.org/pypi/testrepository
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu