How to Install and Uninstall python38-python-gflags Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python38-python-gflags" package

Please follow the guidelines below to install python38-python-gflags on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-python-gflags

2. Uninstall "python38-python-gflags" package

This tutorial shows how to uninstall python38-python-gflags on openSuSE Tumbleweed:

$ sudo zypper remove python38-python-gflags

3. Information about the python38-python-gflags package on openSuSE Tumbleweed

Information for package python38-python-gflags:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-python-gflags
Version : 3.1.2-2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 421,0 KiB
Installed : No
Status : not installed
Source package : python-python-gflags-3.1.2-2.14.src
Summary : Google Commandline Flags Module
Description :
This project is the python equivalent of google-gflags, a Google commandline
flag implementation for C++. It is intended to be used in situations where a
project wants to mimic the command-line flag handling of a C++ app that uses
google-gflags, or for a Python app that, via swig or some other means, is
linked with a C++ app that uses google-gflags.
The gflags package contains a library that implements commandline flags
processing. As such it's a replacement for getopt(). It has increased
flexibility, including built-in support for Python types, and the ability to
define flags in the source file in which they're used. (This last is its major
difference from OptParse.)