How to Install and Uninstall gperf Package on openSuSE Tumbleweed

Last updated: June 25,2024

1. Install "gperf" package

Please follow the step by step instructions below to install gperf on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gperf

2. Uninstall "gperf" package

This guide let you learn how to uninstall gperf on openSuSE Tumbleweed:

$ sudo zypper remove gperf

3. Information about the gperf package on openSuSE Tumbleweed

Information for package gperf:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gperf
Version : 3.1-4.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 542.9 KiB
Installed : No
Status : not installed
Source package : gperf-3.1-4.6.src
Upstream URL : https://gnu.org/software/gperf/
Summary : A Compiler Tool for Generating Perfect Hash Functions
Description :
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
one probe into the data structure.