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

Last updated: May 18,2024

1. Install "python2-configargparse" package

This guide let you learn how to install python2-configargparse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-configargparse

2. Uninstall "python2-configargparse" package

This tutorial shows how to uninstall python2-configargparse on openSUSE Leap:

$ sudo zypper remove python2-configargparse

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

Information for package python2-configargparse:
-----------------------------------------------
Repository : Main Repository
Name : python2-configargparse
Version : 1.0-bp153.1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 109,2 KiB
Installed : No
Status : not installed
Source package : python-configargparse-1.0-bp153.1.23.src
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