How To Install ghc-ed25519-prof on Fedora 36

In this tutorial we learn how to install ghc-ed25519-prof in Fedora 36. ghc-ed25519-prof is Haskell ed25519 profiling library

Introduction

In this tutorial we learn how to install ghc-ed25519-prof on Fedora 36.

What is ghc-ed25519-prof

This package provides the Haskell ed25519 profiling library.

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

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

sudo dnf -y install ghc-ed25519-prof

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

sudo yum -y install ghc-ed25519-prof

How To Uninstall ghc-ed25519-prof on Fedora 36

To uninstall only the ghc-ed25519-prof package we can use the following command:

sudo dnf remove ghc-ed25519-prof

ghc-ed25519-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/ed25519-0.0.5.0/Crypto/Sign/Ed25519.p_hi
/usr/lib64/ghc-8.10.5/ed25519-0.0.5.0/libHSed25519-0.0.5.0-EUDQmDaT5DCAQWfv6Efals_p.a

References

Summary

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