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

Last updated: May 20,2024

1. Install "python-xmlrunner" package

Here is a brief guide to show you how to install python-xmlrunner on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-xmlrunner

2. Uninstall "python-xmlrunner" package

Please follow the instructions below to uninstall python-xmlrunner on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-xmlrunner
Priority: optional
Section: universe/python
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: unittest-xml-reporting
Version: 1.5.0-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Recommends: python-unittest2
Filename: pool/universe/u/unittest-xml-reporting/python-xmlrunner_1.5.0-1_all.deb
Size: 10048
MD5sum: 52980f184f98fb1df5693cd724f1c703
SHA1: 69e738496efa52d67386425ec57ec0892d03df82
SHA256: b7d7fe11a157d4ada88c36e9b00d90a91028efe052a90376802ce8bd69620349
Description-en: PyUnit-based test runner with JUnit like XML reporting
unittest-xml-reporting is a Python "unittest" test runner that saves test
results to machine-readble XML files that can be consumed by a wide range of
development tools such as build systems, IDEs and continuous integration
servers (such as Hudson/Jenkins).
.
It also includes an adaptor so that it can be used in conjunction with the
Django web development framework.
Description-md5: 0150c08fa21247a108573e108e74a8ac
Homepage: https://github.com/danielfm/unittest-xml-reporting
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu