How to Install and Uninstall python3-junitparser Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-junitparser" package

Here is a brief guide to show you how to install python3-junitparser on Kali Linux

$ sudo apt update $ sudo apt install python3-junitparser

2. Uninstall "python3-junitparser" package

Here is a brief guide to show you how to uninstall python3-junitparser on Kali Linux:

$ sudo apt remove python3-junitparser $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-junitparser package on Kali Linux

Package: python3-junitparser
Source: junitparser
Version: 3.1.0-3
Installed-Size: 66
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 14692
SHA256: 25748b76afe464bd3255c9a6675169fb829818ceac9d5b1ee128f63ef1eec6c0
SHA1: 752a3235da05bd5334e79c5010c6ef2cbb305dd6
MD5sum: dbc923de61de2c5df32f8f80c4bf49b1
Description: Manipulates JUnit/xUnit Result XML files
junitparser is a JUnit/xUnit result XML Parser. Use it to parse and manipulate
existing Result XML files, or create new JUnit/xUnit result XMLs from scratch.
.
There are already a lot of modules that convert JUnit/xUnit XML from a
specific format, but you may run into some proprietary or less-known formats
and you want to convert them and feed the result to another tool, or, you may
want to manipulate the results in your own way.
Description-md5:
Homepage: https://github.com/weiwei/junitparser
Section: python
Priority: optional
Filename: pool/main/j/junitparser/python3-junitparser_3.1.0-3_all.deb