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

Last updated: October 11,2024

1. Install "gperf.x86_64" package

In this section, we are going to explain the necessary steps to install gperf.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install gperf.x86_64

2. Uninstall "gperf.x86_64" package

Please follow the steps below to uninstall gperf.x86_64 on Fedora 36:

$ sudo dnf remove gperf.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:32:37 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : gperf
Version : 3.1
Release : 13.fc36
Architecture : x86_64
Size : 395 k
Source : gperf-3.1-13.fc36.src.rpm
Repository : fedora
Summary : A perfect hash function generator
URL : http://www.gnu.org/software/gperf/
License : GPLv3+
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.