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

Last updated: September 22,2024

1. Install "xxhash.src" package

Here is a brief guide to show you how to install xxhash.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install xxhash.src

2. Uninstall "xxhash.src" package

Here is a brief guide to show you how to uninstall xxhash.src on Oracle Linux 9:

$ sudo dnf remove xxhash.src $ sudo dnf autoremove

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

Last metadata expiration check: 0:09:13 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : xxhash
Version : 0.8.1
Release : 3.el9
Architecture : src
Size : 178 k
Source : None
Repository : ol9_appstream
Summary : Extremely fast hash algorithm
URL : http://www.xxhash.com/
License : BSD and GPLv2+
Description : xxHash is an Extremely fast Hash algorithm, running at RAM speed
: limits. It successfully completes the SMHasher test suite which
: evaluates collision, dispersion and randomness qualities of hash
: functions. Code is highly portable, and hashes are identical on all
: platforms (little / big endian).