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

Last updated: May 17,2024

1. Install "python39-cfgdiff" package

Please follow the guidance below to install python39-cfgdiff on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-cfgdiff

2. Uninstall "python39-cfgdiff" package

Please follow the steps below to uninstall python39-cfgdiff on openSuSE Tumbleweed:

$ sudo zypper remove python39-cfgdiff

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

Information for package python39-cfgdiff:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-cfgdiff
Version : 0.0.0+git.1641843506.dc1234a-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 23.4 KiB
Installed : No
Status : not installed
Source package : python-cfgdiff-0.0.0+git.1641843506.dc1234a-1.9.src
Upstream URL : https://github.com/evgeni/cfgdiff
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