How to Install and Uninstall python3-configobj.noarch Package on AlmaLinux 8

Last updated: April 28,2024

1. Install "python3-configobj.noarch" package

Please follow the instructions below to install python3-configobj.noarch on AlmaLinux 8

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

2. Uninstall "python3-configobj.noarch" package

This guide let you learn how to uninstall python3-configobj.noarch on AlmaLinux 8:

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

3. Information about the python3-configobj.noarch package on AlmaLinux 8

Last metadata expiration check: 1:45:49 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-configobj
Version : 5.0.6
Release : 11.el8
Architecture : noarch
Size : 68 k
Source : python-configobj-5.0.6-11.el8.src.rpm
Repository : baseos
Summary : Config file reading, writing, and validation for Python 3
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 programmer's interface and a simple syntax for config files.