How to Install and Uninstall xmldiff Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "xmldiff" package

In this section, we are going to explain the necessary steps to install xmldiff on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install xmldiff

2. Uninstall "xmldiff" package

Here is a brief guide to show you how to uninstall xmldiff on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the xmldiff package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: xmldiff
Priority: optional
Section: universe/python
Installed-Size: 216
Maintainer: Ubuntu Developers
Original-Maintainer: Alexandre Fayolle
Architecture: amd64
Version: 0.6.10-2.1
Replaces: python2.3-xmldiff
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4)
Suggests: xmldiff-xmlrev, python-psyco
Conflicts: python2.3-xmldiff
Filename: pool/universe/x/xmldiff/xmldiff_0.6.10-2.1_amd64.deb
Size: 41480
MD5sum: d24ba4fcc0175a0368219350ef23d6d4
SHA1: ee67640f28bb3230672c35e40fb9a64b7b41a87e
SHA256: 8f982a81cd64380316aaab9127bcd011c395fe6e4d96c6c946ae69ea75efc30e
Description-en: tree to tree correction between xml documents
Xmldiff is a utility for extracting differences between two xml
files. It returns a set of primitives to apply on source tree to
obtain the destination tree.
.
The implementation 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: be2a6777e438b3b00da5e32aaf0e2a89
Homepage: http://www.logilab.org/project/xmldiff
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu