How To Install ghc-ieee754-devel on Fedora 36

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

Introduction

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

What is ghc-ieee754-devel

This package provides the Haskell ieee754 library development files.

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

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

sudo dnf -y install ghc-ieee754-devel

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

sudo yum -y install ghc-ieee754-devel

How To Uninstall ghc-ieee754-devel on Fedora 36

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

sudo dnf remove ghc-ieee754-devel

ghc-ieee754-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/ieee754-0.8.0
/usr/lib64/ghc-8.10.5/ieee754-0.8.0/Data
/usr/lib64/ghc-8.10.5/ieee754-0.8.0/Data/AEq.dyn_hi
/usr/lib64/ghc-8.10.5/ieee754-0.8.0/Data/AEq.hi
/usr/lib64/ghc-8.10.5/ieee754-0.8.0/Numeric
/usr/lib64/ghc-8.10.5/ieee754-0.8.0/Numeric/IEEE.dyn_hi
/usr/lib64/ghc-8.10.5/ieee754-0.8.0/Numeric/IEEE.hi
/usr/lib64/ghc-8.10.5/ieee754-0.8.0/libHSieee754-0.8.0-CHSaaJtgXtAIvy6hnwP5XY.a
/usr/lib64/ghc-8.10.5/package.conf.d/ieee754-0.8.0.conf
/usr/share/doc/ghc-ieee754-devel
/usr/share/doc/ghc-ieee754-devel/CHANGELOG

References

Summary

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