How to Install and Uninstall python-configobj.src Package on Oracle Linux 9

Last updated: November 30,2024

1. Install "python-configobj.src" package

Learn how to install python-configobj.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-configobj.src

2. Uninstall "python-configobj.src" package

This tutorial shows how to uninstall python-configobj.src on Oracle Linux 9:

$ sudo dnf remove python-configobj.src $ sudo dnf autoremove

3. Information about the python-configobj.src package on Oracle Linux 9

Last metadata expiration check: 0:44:10 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-configobj
Version : 5.0.6
Release : 25.el9
Architecture : src
Size : 152 k
Source : None
Repository : ol9_appstream
Summary : Config file reading, writing, and validation
URL : http://configobj.readthedocs.org/
License : BSD
Description : ConfigObj is a simple but powerful configuration file reader and writer: an ini
: file round tripper. Its main feature is that it is very easy to use, with a
: straightforward programmers interface and a simple syntax for config files.