How To Install ghc-ed25519-devel on Fedora 36

In this tutorial we learn how to install ghc-ed25519-devel in Fedora 36. ghc-ed25519-devel is Haskell ed25519 library development files

Introduction

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

What is ghc-ed25519-devel

This package provides the Haskell ed25519 library development files.

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

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

sudo dnf -y install ghc-ed25519-devel

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

sudo yum -y install ghc-ed25519-devel

How To Uninstall ghc-ed25519-devel on Fedora 36

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

sudo dnf remove ghc-ed25519-devel

ghc-ed25519-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/ed25519-0.0.5.0
/usr/lib64/ghc-8.10.5/ed25519-0.0.5.0/Crypto
/usr/lib64/ghc-8.10.5/ed25519-0.0.5.0/Crypto/Sign
/usr/lib64/ghc-8.10.5/ed25519-0.0.5.0/Crypto/Sign/Ed25519.dyn_hi
/usr/lib64/ghc-8.10.5/ed25519-0.0.5.0/Crypto/Sign/Ed25519.hi
/usr/lib64/ghc-8.10.5/ed25519-0.0.5.0/libHSed25519-0.0.5.0-EUDQmDaT5DCAQWfv6Efals.a
/usr/lib64/ghc-8.10.5/package.conf.d/ed25519-0.0.5.0.conf
/usr/share/doc/ghc-ed25519-devel
/usr/share/doc/ghc-ed25519-devel/AUTHORS.txt
/usr/share/doc/ghc-ed25519-devel/CHANGELOG.md
/usr/share/doc/ghc-ed25519-devel/CONTRIBUTING.md
/usr/share/doc/ghc-ed25519-devel/README.md

References

Summary

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