How to Install and Uninstall wyhash-devel.i686 Package on Fedora 34

Last updated: July 03,2024

1. Install "wyhash-devel.i686" package

Learn how to install wyhash-devel.i686 on Fedora 34

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

2. Uninstall "wyhash-devel.i686" package

Learn how to uninstall wyhash-devel.i686 on Fedora 34:

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

3. Information about the wyhash-devel.i686 package on Fedora 34

Last metadata expiration check: 0:36:27 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : wyhash-devel
Version : final1
Release : 1.20210311gitfinal.fc34
Architecture : i686
Size : 11 k
Source : wyhash-final1-1.20210311gitfinal.fc34.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.