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

Last updated: May 08,2024

1. Install "python3-xmldiff" package

Learn how to install python3-xmldiff on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-xmldiff

2. Uninstall "python3-xmldiff" package

Please follow the steps below to uninstall python3-xmldiff on openSUSE Leap:

$ sudo zypper remove python3-xmldiff

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

Information for package python3-xmldiff:
----------------------------------------
Repository : Main Repository
Name : python3-xmldiff
Version : 2.4-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 454.8 KiB
Installed : No
Status : not installed
Source package : python-xmldiff-2.4-bp155.2.11.src
Upstream URL : https://github.com/Shoobx/xmldiff
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.