How to Install and Uninstall python3-configargparse.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 27,2024
1. Install "python3-configargparse.noarch" package
Please follow the step by step instructions below to install python3-configargparse.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-configargparse.noarch
Copied
2. Uninstall "python3-configargparse.noarch" package
Please follow the step by step instructions below to uninstall python3-configargparse.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-configargparse.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-configargparse.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:07:07 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-configargparse
Version : 0.14.0
Release : 6.el8
Architecture : noarch
Size : 36 k
Source : python-configargparse-0.14.0-6.el8.src.rpm
Repository : epel
Summary : A 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.
Available Packages
Name : python3-configargparse
Version : 0.14.0
Release : 6.el8
Architecture : noarch
Size : 36 k
Source : python-configargparse-0.14.0-6.el8.src.rpm
Repository : epel
Summary : A 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.