How to Install and Uninstall spooky-c.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "spooky-c.x86_64" package

In this section, we are going to explain the necessary steps to install spooky-c.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install spooky-c.x86_64

2. Uninstall "spooky-c.x86_64" package

This guide let you learn how to uninstall spooky-c.x86_64 on Fedora 35:

$ sudo dnf remove spooky-c.x86_64 $ sudo dnf autoremove

3. Information about the spooky-c.x86_64 package on Fedora 35

Last metadata expiration check: 5:42:08 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : spooky-c
Version : 1.0.0
Release : 19.fc35
Architecture : x86_64
Size : 16 k
Source : spooky-c-1.0.0-19.fc35.src.rpm
Repository : fedora
Summary : C port of Bob Jenkins' spooky hash
URL : https://github.com/andikleen/spooky-c
License : BSD
Description : This is a C version of Bob Jenkins' spooky hash. The only advantage over
: Bob's original version is that it is in C, not C++ and comes with some
: test and benchmark code.
:
: This is a very competitive hash function, but is somewhat non-portable.
: It should work on both big and little endian architectures, but will
: generate different hashes on them. It's also optimized for 64-bit
: architectures. It will work on 32-bit architectures as well, but is much
: slower there.