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

Last updated: May 15,2024

1. Install "python3-configargparse.noarch" package

Here is a brief guide to show you how to install python3-configargparse.noarch on Oracle Linux 9

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

2. Uninstall "python3-configargparse.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-configargparse.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:39:21 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-configargparse
Version : 1.7
Release : 1.el9
Architecture : noarch
Size : 45 k
Source : python-configargparse-1.7-1.el9.src.rpm
Repository : epel
Summary : Python module with support for argparse, config files, and env variables
URL : https://github.com/bw2/ConfigArgParse
License : MIT
Description : Applications with more than a handful of user-settable options are best
: configured through a combination of command line args, config files, hard
: coded defaults, and in some cases, environment variables.
:
: Python’s command line parsing modules such as argparse have very limited
: support for config files and environment variables, so this module extends
: argparse to add these features.