How to Install and Uninstall python312-ConfigArgParse Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python312-ConfigArgParse" package
This is a short guide on how to install python312-ConfigArgParse on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-ConfigArgParse
Copied
2. Uninstall "python312-ConfigArgParse" package
In this section, we are going to explain the necessary steps to uninstall python312-ConfigArgParse on openSuSE Tumbleweed:
$
sudo zypper remove
python312-ConfigArgParse
Copied
3. Information about the python312-ConfigArgParse package on openSuSE Tumbleweed
Information for package python312-ConfigArgParse:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-ConfigArgParse
Version : 1.7-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 240.2 KiB
Installed : No
Status : not installed
Source package : python-ConfigArgParse-1.7-1.4.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
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-ConfigArgParse
Version : 1.7-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 240.2 KiB
Installed : No
Status : not installed
Source package : python-ConfigArgParse-1.7-1.4.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