How to Install and Uninstall gflags.x86_64 Package on Rocky Linux 9

Last updated: September 21,2024

1. Install "gflags.x86_64" package

Please follow the guidelines below to install gflags.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install gflags.x86_64

2. Uninstall "gflags.x86_64" package

Please follow the guidance below to uninstall gflags.x86_64 on Rocky Linux 9:

$ sudo dnf remove gflags.x86_64 $ sudo dnf autoremove

3. Information about the gflags.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:55:49 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : gflags
Version : 2.2.2
Release : 9.el9
Architecture : x86_64
Size : 94 k
Source : gflags-2.2.2-9.el9.src.rpm
Repository : epel
Summary : Library for commandline flag processing
URL : https://gflags.github.io/gflags/
License : BSD
Description : 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 C++ types like
: string, and the ability to define flags in the source file in which
: they're used.