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

Last updated: November 08,2024

1. Install "python310-ConfigUpdater" package

Please follow the guidelines below to install python310-ConfigUpdater on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-ConfigUpdater

2. Uninstall "python310-ConfigUpdater" package

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

$ sudo zypper remove python310-ConfigUpdater

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

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