How to Install and Uninstall gflags.x86_64 Package on AlmaLinux 9

Last updated: October 10,2024

1. Install "gflags.x86_64" package

Please follow the steps below to install gflags.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install gflags.x86_64

2. Uninstall "gflags.x86_64" package

This guide covers the steps necessary to uninstall gflags.x86_64 on AlmaLinux 9:

$ sudo dnf remove gflags.x86_64 $ sudo dnf autoremove

3. Information about the gflags.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:29:23 ago on Wed Mar 13 07:41:12 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.