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

Last updated: September 28,2024

1. Install "python39-ConfigUpdater" package

Learn how to install python39-ConfigUpdater on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-ConfigUpdater

2. Uninstall "python39-ConfigUpdater" package

This guide let you learn how to uninstall python39-ConfigUpdater on openSuSE Tumbleweed:

$ sudo zypper remove python39-ConfigUpdater

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

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