How to Install and Uninstall gflags.x86_64 Package on Fedora 35

Last updated: November 01,2024

1. Install "gflags.x86_64" package

Please follow the guidance below to install gflags.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install gflags.x86_64

2. Uninstall "gflags.x86_64" package

Please follow the steps below to uninstall gflags.x86_64 on Fedora 35:

$ sudo dnf remove gflags.x86_64 $ sudo dnf autoremove

3. Information about the gflags.x86_64 package on Fedora 35

Last metadata expiration check: 2:49:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : gflags
Version : 2.2.2
Release : 8.fc35
Architecture : x86_64
Size : 93 k
Source : gflags-2.2.2-8.fc35.src.rpm
Repository : fedora
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.