Install python-junit.xml
Installing python-junit.xml package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-junit.xml
python-junit.xml package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-junit.xml |
version | 1.6-1 |
description | creates JUnit XML test result docs readable by tools such as Jenkins |
subsection | python |
website | github.com / kyrus / python-junit-xml |
maintainer | Sandro Tosi |
Uninstall python-junit.xml
To remove just python-junit.xml package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-junit.xml
Uninstall python-junit.xml and it’s dependent packages
To remove the python-junit.xml package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-junit.xml
Purging python-junit.xml
If you also want to delete configuration and/or data files of python-junit.xml from Debian Sid then this will work:
sudo apt-get purge python-junit.xml
To delete configuration and/or data files of python-junit.xml and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-junit.xml