How to Install and Uninstall python38-configobj Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python38-configobj" package

Please follow the guidelines below to install python38-configobj on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-configobj

2. Uninstall "python38-configobj" package

This guide let you learn how to uninstall python38-configobj on openSuSE Tumbleweed:

$ sudo zypper remove python38-configobj

3. Information about the python38-configobj package on openSuSE Tumbleweed

Information for package python38-configobj:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-configobj
Version : 5.0.6-3.12
Arch : noarch
Vendor : openSUSE
Installed Size : 338,5 KiB
Installed : No
Status : not installed
Source package : python-configobj-5.0.6-3.12.src
Summary : Config file reading, writing and validation
Description :
ConfigObj is a simple but powerful config file reader and writer: an ini
file round tripper. Its main feature is that it is very easy to use, with a
straightforward programmer's interface and a simple syntax for config files.
It has lots of other features though:
* Nested sections (subsections), to any level
* List values
* Multiple line values
* Full Unicode support
* String interpolation (substitution)
* Integrated with a powerful validation system
- including automatic type checking/conversion
- and allowing default values
- repeated sections
* All comments in the file are preserved
* The order of keys/sections is preserved
* Powerful ``unrepr`` mode for storing/retrieving Python data-types