How To Install mum-hash-devel on Fedora 36

In this tutorial we learn how to install mum-hash-devel in Fedora 36. mum-hash-devel is Fast non-cryptographic hash function

Introduction

In this tutorial we learn how to install mum-hash-devel on Fedora 36.

What is mum-hash-devel

MUM hash is a fast non-cryptographic hash function suitable for different hash table implementations.

We can use yum or dnf to install mum-hash-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mum-hash-devel.

Install mum-hash-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mum-hash-devel using dnf by running the following command:

sudo dnf -y install mum-hash-devel

Install mum-hash-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mum-hash-devel using yum by running the following command:

sudo yum -y install mum-hash-devel

How To Uninstall mum-hash-devel on Fedora 36

To uninstall only the mum-hash-devel package we can use the following command:

sudo dnf remove mum-hash-devel

mum-hash-devel Package Contents on Fedora 36

---
title: "How To Install mum-hash-devel on Fedora 36"
linkTitle: "mum-hash-devel"
type: "docs"
description: "In this tutorial we learn how to install mum-hash-devel in Fedora 36. mum-hash-devel is Fast non-cryptographic hash function"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/mum-hash-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `mum-hash-devel` on Fedora 36.

### What is `mum-hash-devel`

> MUM hash is a fast non-cryptographic hash function suitable for different hash table implementations.  

We can use `yum` or `dnf` to install `mum-hash-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mum-hash-devel.

## Install mum-hash-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install mum-hash-devel using dnf by running the following command:

sudo dnf -y install mum-hash-devel

Install mum-hash-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mum-hash-devel using yum by running the following command:

sudo yum -y install mum-hash-devel

How To Uninstall mum-hash-devel on Fedora 36

To uninstall only the mum-hash-devel package we can use the following command:

sudo dnf remove mum-hash-devel

mum-hash-devel Package Contents on Fedora 36

/usr/include/mum-prng.h
/usr/include/mum.h
/usr/include/mum512.h
/usr/share/doc/mum-hash-devel
/usr/share/doc/mum-hash-devel/ChangeLog
/usr/share/doc/mum-hash-devel/README.md

References

Summary

In this tutorial we learn how to install mum-hash-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/mum-prng.h /usr/include/mum.h /usr/include/mum512.h /usr/share/doc/mum-hash-devel /usr/share/doc/mum-hash-devel/ChangeLog /usr/share/doc/mum-hash-devel/README.md


## References

* [mum-hash-devel website](https://github.com/vnmakarov/mum-hash)

## Summary

In this tutorial we learn how to install `mum-hash-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).