How to Install and Uninstall gperf.x86_64 Package on Fedora 39

Last updated: November 25,2024

1. Install "gperf.x86_64" package

Please follow the instructions below to install gperf.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install gperf.x86_64

2. Uninstall "gperf.x86_64" package

Here is a brief guide to show you how to uninstall gperf.x86_64 on Fedora 39:

$ sudo dnf remove gperf.x86_64 $ sudo dnf autoremove

3. Information about the gperf.x86_64 package on Fedora 39

Last metadata expiration check: 2:22:20 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gperf
Version : 3.1
Release : 17.fc39
Architecture : x86_64
Size : 399 k
Source : gperf-3.1-17.fc39.src.rpm
Repository : fedora
Summary : A perfect hash function generator
URL : http://www.gnu.org/software/gperf/
License : GPL-3.0-or-later
Description : Gperf is a perfect hash function generator written in C++. Simply
: stated, a perfect hash function is a hash function and a data
: structure that allows recognition of a key word in a set of words
: using exactly one probe into the data structure.