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

Last updated: October 05,2024

1. Install "python311-cfgdiff" package

This guide covers the steps necessary to install python311-cfgdiff on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-cfgdiff

2. Uninstall "python311-cfgdiff" package

In this section, we are going to explain the necessary steps to uninstall python311-cfgdiff on openSuSE Tumbleweed:

$ sudo zypper remove python311-cfgdiff

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

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