How to Install and Uninstall gflags Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "gflags" package

Please follow the guidance below to install gflags on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gflags

2. Uninstall "gflags" package

This guide covers the steps necessary to uninstall gflags on openSuSE Tumbleweed:

$ sudo zypper remove gflags

3. Information about the gflags package on openSuSE Tumbleweed

Information for package gflags:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gflags
Version : 2.2.2-3.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 32.6 KiB
Installed : No
Status : not installed
Source package : gflags-2.2.2-3.4.src
Upstream URL : https://github.com/gflags/gflags
Summary : Library for commandline flag processing
Description :
The gflags package contains a library that implements commandline
flags processing. As such, it is a replacement for getopt(). It has
increased flexibility, including built-in support for C++ types like
string, and the ability to define flags in the source file in which
they're used.