How to Install and Uninstall xmldiff Package on Kali Linux

Last updated: May 14,2024

1. Install "xmldiff" package

Learn how to install xmldiff on Kali Linux

$ sudo apt update $ sudo apt install xmldiff

2. Uninstall "xmldiff" package

Please follow the instructions below to uninstall xmldiff on Kali Linux:

$ sudo apt remove xmldiff $ sudo apt autoclean && sudo apt autoremove

3. Information about the xmldiff package on Kali Linux

Package: xmldiff
Version: 2.4-3
Installed-Size: 608
Maintainer: Guilherme de Paula Xavier Segundo
Architecture: all
Depends: python3-lxml, python3-pkg-resources, python3-six, python3:any, libjs-sphinxdoc (>= 5.2)
Suggests: python3-psyco
Size: 105800
SHA256: c4612028848f2c251a2fc06bd3e2a8e13d0d1aa2232330102050ace351a5247b
SHA1: 10ee711abd91bb537b9b7d5872d76b9ad691c618
MD5sum: 33eda5869662235644982d644cffe7b7
Description: library and command line utility for diffing xml files
xmldiff is a library and a command-line utility for making diffs
out of XML. This may seem like something that doesn't need a
dedicated utility, but change detection in hierarchical data is
very different from change detection in flat data. XML type formats
are also not only used for computer readable data, it is also often
used as a format for hierarchical data that can be rendered into human
readable formats. A traditional diff on such a format would tell you
line by line the differences, but that would not be readable by a human.
xmldiff provides tools to make human readable diffs in those situations.
.
This package provides two possible commands: xmldiff and xmlpatch.
.
The diff algorithm is based on _Change detection in hierarchically
structured - information_, by S. Chawathe, A. Rajaraman,
H. Garcia-Molina and J. Widom, - Stanford University, 1996.
Description-md5:
Homepage: https://github.com/Shoobx/xmldiff
Tag: devel::lang:python, implemented-in::python, interface::commandline,
role::program, use::synchronizing, works-with-format::xml
Section: text
Priority: optional
Filename: pool/main/x/xmldiff/xmldiff_2.4-3_all.deb