How to Install and Uninstall python3-python-gflags Package on openSUSE Leap

Last updated: June 16,2024

1. Install "python3-python-gflags" package

This is a short guide on how to install python3-python-gflags on openSUSE Leap

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

2. Uninstall "python3-python-gflags" package

Please follow the guidance below to uninstall python3-python-gflags on openSUSE Leap:

$ sudo zypper remove python3-python-gflags

3. Information about the python3-python-gflags package on openSUSE Leap

Information for package python3-python-gflags:
----------------------------------------------
Repository : Main Repository
Name : python3-python-gflags
Version : 3.1.1-1.25
Arch : noarch
Vendor : SUSE LLC
Installed Size : 421.3 KiB
Installed : No
Status : not installed
Source package : python-python-gflags-3.1.1-1.25.src
Upstream URL : http://code.google.com/p/python-gflags
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.)