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

Last updated: June 29,2024

1. Install "python312-ConfigUpdater" package

This tutorial shows how to install python312-ConfigUpdater on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-ConfigUpdater

2. Uninstall "python312-ConfigUpdater" package

Please follow the instructions below to uninstall python312-ConfigUpdater on openSuSE Tumbleweed:

$ sudo zypper remove python312-ConfigUpdater

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

Information for package python312-ConfigUpdater:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-ConfigUpdater
Version : 3.1.1-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 214.0 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.