How to Install and Uninstall wyhash-devel.noarch Package on Fedora 38

Last updated: January 12,2025

1. Install "wyhash-devel.noarch" package

This guide let you learn how to install wyhash-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install wyhash-devel.noarch

2. Uninstall "wyhash-devel.noarch" package

This tutorial shows how to uninstall wyhash-devel.noarch on Fedora 38:

$ sudo dnf remove wyhash-devel.noarch $ sudo dnf autoremove

3. Information about the wyhash-devel.noarch package on Fedora 38

Last metadata expiration check: 0:19:48 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : wyhash-devel
Version : final1^20200311gitwyhash_final
Release : 7.fc38
Architecture : noarch
Size : 12 k
Source : wyhash-final1^20200311gitwyhash_final-7.fc38.src.rpm
Repository : fedora
Summary : No hash function is perfect, but some are useful
URL : https://github.com/wangyi-fudan/wyhash
License : Unlicense
Description : No hash function is perfect, but some are useful.
:
: wyhash and wyrand are the ideal 64-bit hash function and PRNG respectively:
:
: solid: wyhash passed SMHasher, wyrand passed BigCrush, practrand.
:
: portable: 64-bit/32-bit system, big/little endian.
:
: fastest: Efficient on 64-bit machines, especially for short keys.
:
: simplest: In the sense of code size.
:
: Dependent packages that require version final1 in particular should use
: the virtual Provides for wyhash_final1-devel/wyhash_final1-static, and should
: add -I/usr/include/wyhash_final1 to their compiler flags.