How to Install and Uninstall python38-cfgdiff Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python38-cfgdiff" package

Learn how to install python38-cfgdiff on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-cfgdiff

2. Uninstall "python38-cfgdiff" package

This tutorial shows how to uninstall python38-cfgdiff on openSuSE Tumbleweed:

$ sudo zypper remove python38-cfgdiff

3. Information about the python38-cfgdiff package on openSuSE Tumbleweed

Information for package python38-cfgdiff:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-cfgdiff
Version : 0.0.0+git.1487961889.dc4e96e-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 28,5 KiB
Installed : No
Status : not installed
Source package : python-cfgdiff-0.0.0+git.1487961889.dc4e96e-3.4.src
Summary : Cfgdiff -- diff(1) all your configuration files
Description :
cfgdiff will try to parse your configuration files, fetching all
the relevant keys and values from them and then pretty-printing
them in the original format.
These results are then diffed and the diff is shown to you.
cfgdiff currently supports the following formats:
- INI using Python's ConfigParser library
- JSON using Python's JSON library
- YAML if the Python YAML library is installed
- XML if the Python lxml library is installed