How to Install and Uninstall python2-xmldiff Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python2-xmldiff" package

Please follow the steps below to install python2-xmldiff on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-xmldiff

2. Uninstall "python2-xmldiff" package

This is a short guide on how to uninstall python2-xmldiff on openSUSE Leap:

$ sudo zypper remove python2-xmldiff

3. Information about the python2-xmldiff package on openSUSE Leap

Information for package python2-xmldiff:
----------------------------------------
Repository : Main Repository
Name : python2-xmldiff
Version : 2.4-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 391,7 KiB
Installed : No
Status : not installed
Source package : python-xmldiff-2.4-bp153.1.14.src
Summary : Tree to tree correction between XML documents
Description :
XMLdiff shows the differences between two similar XML files in the same
way `diff` does with text files. It can also be used as a library or as
a command line tool and can work either with XML files or DOM trees.
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.