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

Last updated: July 01,2024

1. Install "python311-ConfigUpdater" package

Please follow the step by step instructions below to install python311-ConfigUpdater on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-ConfigUpdater

2. Uninstall "python311-ConfigUpdater" package

Please follow the step by step instructions below to uninstall python311-ConfigUpdater on openSuSE Tumbleweed:

$ sudo zypper remove python311-ConfigUpdater

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

Information for package python311-ConfigUpdater:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-ConfigUpdater
Version : 3.1.1-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 225.8 KiB
Installed : No
Status : not installed
Source package : python-ConfigUpdater-3.1.1-1.7.src
Upstream URL : https://github.com/pyscaffold/configupdater
Summary : Parser like ConfigParser but for updating configuration files
Description :
The sole purpose of this program is to easily update an INI config file
with no changes to the original file except the intended ones. This means
comments, the ordering of sections and key/value-pairs as wells as their
cases are kept as in the original file. Thus ConfigUpdater provides
complementary functionality to Python's ConfigParser which is primarily
meant for reading config files and writing new ones.