How to Install and Uninstall gperf.src Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "gperf.src" package

Learn how to install gperf.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install gperf.src

2. Uninstall "gperf.src" package

Please follow the guidance below to uninstall gperf.src on Oracle Linux 9:

$ sudo dnf remove gperf.src $ sudo dnf autoremove

3. Information about the gperf.src package on Oracle Linux 9

Last metadata expiration check: 0:44:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gperf
Version : 3.1
Release : 13.el9
Architecture : src
Size : 1.2 M
Source : None
Repository : ol9_appstream
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.