How to Install and Uninstall python36-xmldiff Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python36-xmldiff" package

This is a short guide on how to install python36-xmldiff on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-xmldiff

2. Uninstall "python36-xmldiff" package

This guide let you learn how to uninstall python36-xmldiff on openSuSE Tumbleweed:

$ sudo zypper remove python36-xmldiff

3. Information about the python36-xmldiff package on openSuSE Tumbleweed

Information for package python36-xmldiff:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-xmldiff
Version : 2.4-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 454,7 KiB
Installed : No
Status : not installed
Source package : python-xmldiff-2.4-3.2.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.