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

Last updated: October 05,2024

1. Install "gflags.i686" package

This guide covers the steps necessary to install gflags.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install gflags.i686

2. Uninstall "gflags.i686" package

This is a short guide on how to uninstall gflags.i686 on Fedora 34:

$ sudo dnf remove gflags.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:18:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gflags
Version : 2.2.2
Release : 7.fc34
Architecture : i686
Size : 99 k
Source : gflags-2.2.2-7.fc34.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.