How to Install and Uninstall python3-configargparse Package on openSUSE Leap

Last updated: May 05,2024

1. Install "python3-configargparse" package

Please follow the step by step instructions below to install python3-configargparse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-configargparse

2. Uninstall "python3-configargparse" package

Please follow the step by step instructions below to uninstall python3-configargparse on openSUSE Leap:

$ sudo zypper remove python3-configargparse

3. Information about the python3-configargparse package on openSUSE Leap

Information for package python3-configargparse:
-----------------------------------------------
Repository : Main Repository
Name : python3-configargparse
Version : 1.0-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 136.5 KiB
Installed : No
Status : not installed
Source package : python-configargparse-1.0-bp155.2.14.src
Upstream URL : https://github.com/bw2/ConfigArgParse
Summary : A drop-in replacement for argparse
Description :
ConfigArgParse allows options to also be set via config files and/or environment
variables.
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