How to Install and Uninstall gflags.i686 Package on Fedora 39

Last updated: November 29,2024

1. Install "gflags.i686" package

Please follow the guidelines below to install gflags.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install gflags.i686

2. Uninstall "gflags.i686" package

Please follow the guidelines below to uninstall gflags.i686 on Fedora 39:

$ sudo dnf remove gflags.i686 $ sudo dnf autoremove

3. Information about the gflags.i686 package on Fedora 39

Last metadata expiration check: 3:33:30 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gflags
Version : 2.2.2
Release : 12.fc39
Architecture : i686
Size : 99 k
Source : gflags-2.2.2-12.fc39.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.