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

Last updated: September 20,2024

1. Install "python3-zope.testrunner" package

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

$ sudo apt update $ sudo apt install python3-zope.testrunner

2. Uninstall "python3-zope.testrunner" package

Please follow the steps below to uninstall python3-zope.testrunner on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-zope.testrunner $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-zope.testrunner
Priority: optional
Section: universe/zope
Installed-Size: 1067
Maintainer: Ubuntu Developers
Original-Maintainer: Debian/Ubuntu Zope Team
Architecture: all
Source: zope.testrunner
Version: 4.4.9-1
Depends: python3-zope, python3, python3-pkg-resources, python3-six, python3-zope.exceptions (>= 4.0.1~), python3-zope.interface, python3:any (>= 3.3.2-2~)
Filename: pool/universe/z/zope.testrunner/python3-zope.testrunner_4.4.9-1_all.deb
Size: 122906
MD5sum: 5af94bbce6517a6d94067d71da9e4051
SHA1: 7bd05f07c1a53d60e40f310e1537fbefca832b17
SHA256: e976daf288bd77ec8605eb9c62d54adb34d66bf8d551f93742528ac4cbe0de6a
Description-en: Flexible test runner with layer support for Python 3
The testrunner module is used to run automated tests defined using the
unittest framework and previously available in zope.testing.
.
Its primary feature is that it finds tests by searching directory trees. It
doesn't require the manual concatenation of specific test suites. It is
highly customizable and should be usable with any project.
Description-md5: 16f866b26e00d66fb06f4346c597f786
Homepage: http://pypi.python.org/pypi/zope.testrunner
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu