How to Install and Uninstall gflags Package on openSUSE Leap

Last updated: May 19,2024

1. Install "gflags" package

Please follow the step by step instructions below to install gflags on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gflags

2. Uninstall "gflags" package

In this section, we are going to explain the necessary steps to uninstall gflags on openSUSE Leap:

$ sudo zypper remove gflags

3. Information about the gflags package on openSUSE Leap

Information for package gflags:
-------------------------------
Repository : Main Repository
Name : gflags
Version : 2.2.2-bp155.3.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 32.6 KiB
Installed : No
Status : not installed
Source package : gflags-2.2.2-bp155.3.10.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.