How to Install and Uninstall python3-configobj.noarch Package on Oracle Linux 9

Last updated: July 08,2024

1. Install "python3-configobj.noarch" package

Please follow the steps below to install python3-configobj.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-configobj.noarch

2. Uninstall "python3-configobj.noarch" package

Please follow the instructions below to uninstall python3-configobj.noarch on Oracle Linux 9:

$ sudo dnf remove python3-configobj.noarch $ sudo dnf autoremove

3. Information about the python3-configobj.noarch package on Oracle Linux 9

Last metadata expiration check: 3:11:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-configobj
Version : 5.0.6
Release : 25.el9
Architecture : noarch
Size : 75 k
Source : python-configobj-5.0.6-25.el9.src.rpm
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.