How to Install gperf in Ubuntu 18.04



Install gperf by entering the following commands in the terminal:

sudo apt update
sudo apt install gperf

Description:

Perfect hash function generator

gperf is a program that generates perfect hash functions for sets of key words. . A perfect hash function is simply: A hash function and a data structure that allows recognition of a key word in a set of words using exactly 1 probe into the data structure.

Homepage: http://www.gnu.org/software/gperf/

Version: 3.1-1

Section: universe/devel