How to Install and Uninstall python3-configargparse.noarch Package on Fedora 34

Last updated: September 29,2024

1. Install "python3-configargparse.noarch" package

Learn how to install python3-configargparse.noarch on Fedora 34

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

2. Uninstall "python3-configargparse.noarch" package

Please follow the guidelines below to uninstall python3-configargparse.noarch on Fedora 34:

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

3. Information about the python3-configargparse.noarch package on Fedora 34

Last metadata expiration check: 2:06:30 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-configargparse
Version : 1.3
Release : 1.fc34
Architecture : noarch
Size : 38 k
Source : python-configargparse-1.3-1.fc34.src.rpm
Repository : fedora
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.