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

Last updated: July 02,2024

1. Install "python310-cfgdiff" package

Here is a brief guide to show you how to install python310-cfgdiff on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-cfgdiff

2. Uninstall "python310-cfgdiff" package

Please follow the guidance below to uninstall python310-cfgdiff on openSuSE Tumbleweed:

$ sudo zypper remove python310-cfgdiff

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

Information for package python310-cfgdiff:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-cfgdiff
Version : 0.0.0+git.1641843506.dc1234a-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 23.3 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