How To Install jitterentropy on Fedora 36

In this tutorial we learn how to install jitterentropy in Fedora 36. jitterentropy is Library implementing the jitter entropy source

Introduction

In this tutorial we learn how to install jitterentropy on Fedora 36.

What is jitterentropy

Library implementing the CPU jitter entropy source

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

Install jitterentropy 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 jitterentropy using dnf by running the following command:

sudo dnf -y install jitterentropy

Install jitterentropy 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 jitterentropy using yum by running the following command:

sudo yum -y install jitterentropy

How To Uninstall jitterentropy on Fedora 36

To uninstall only the jitterentropy package we can use the following command:

sudo dnf remove jitterentropy

jitterentropy Package Contents on Fedora 36

---
title: "How To Install jitterentropy on Fedora 36"
linkTitle: "jitterentropy"
type: "docs"
description: "In this tutorial we learn how to install jitterentropy in Fedora 36. jitterentropy is Library implementing the jitter entropy source"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/jitterentropy-featured.png
---

## Introduction

In this tutorial we learn how to install `jitterentropy` on Fedora 36.

### What is `jitterentropy`

> Library implementing the CPU jitter entropy source  

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

## Install jitterentropy 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 jitterentropy using dnf by running the following command:

sudo dnf -y install jitterentropy

Install jitterentropy 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 jitterentropy using yum by running the following command:

sudo yum -y install jitterentropy

How To Uninstall jitterentropy on Fedora 36

/usr/lib/.build-id /usr/lib/.build-id/0c /usr/lib/.build-id/0c/d8d7993ceda33b1ca55d1aa08b23f6f5b82a7f /usr/lib64/libjitterentropy.so.3 /usr/lib64/libjitterentropy.so.3.4.0 /usr/share/doc/jitterentropy /usr/share/doc/jitterentropy/CHANGES.md /usr/share/doc/jitterentropy/README.md /usr/share/licenses/jitterentropy /usr/share/licenses/jitterentropy/LICENSE /usr/share/licenses/jitterentropy/LICENSE.bsd /usr/share/licenses/jitterentropy/LICENSE.gplv2 To uninstall only the jitterentropy package we can use the following command:

sudo dnf remove jitterentropy

## References

* [jitterentropy website](https://github.com/smuellerDD/jitterentropy-library)

## Summary

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


## jitterentropy Package Contents on Fedora 36

```bash
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/246b712937d9a20bc5539b4638158189dea367
/usr/lib/libjitterentropy.so.3
/usr/lib/libjitterentropy.so.3.4.0
/usr/share/doc/jitterentropy
/usr/share/doc/jitterentropy/CHANGES.md
/usr/share/doc/jitterentropy/README.md
/usr/share/licenses/jitterentropy
/usr/share/licenses/jitterentropy/LICENSE
/usr/share/licenses/jitterentropy/LICENSE.bsd
/usr/share/licenses/jitterentropy/LICENSE.gplv2

References

Summary

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