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

Last updated: May 21,2024

1. Install "python36-cfgdiff" package

Please follow the step by step instructions below to install python36-cfgdiff on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-cfgdiff

2. Uninstall "python36-cfgdiff" package

This guide covers the steps necessary to uninstall python36-cfgdiff on openSuSE Tumbleweed:

$ sudo zypper remove python36-cfgdiff

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

Information for package python36-cfgdiff:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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