How to Install and Uninstall gperf.x86_64 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "gperf.x86_64" package

Please follow the guidance below to install gperf.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install gperf.x86_64

2. Uninstall "gperf.x86_64" package

Please follow the step by step instructions below to uninstall gperf.x86_64 on Amazon Linux 2:

$ sudo yum remove gperf.x86_64 $ sudo yum autoremove

3. Information about the gperf.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : gperf
Arch : x86_64
Version : 3.0.4
Release : 8.amzn2.0.2
Size : 303 k
Repo : amzn2-core/2/x86_64
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.