How To Install ghc-temporary-devel on Fedora 36

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

Introduction

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

What is ghc-temporary-devel

This package provides the Haskell temporary library development files.

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

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

sudo dnf -y install ghc-temporary-devel

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

sudo yum -y install ghc-temporary-devel

How To Uninstall ghc-temporary-devel on Fedora 36

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

sudo dnf remove ghc-temporary-devel

ghc-temporary-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/temporary-1.3.conf
/usr/lib64/ghc-8.10.5/temporary-1.3
/usr/lib64/ghc-8.10.5/temporary-1.3/System
/usr/lib64/ghc-8.10.5/temporary-1.3/System/IO
/usr/lib64/ghc-8.10.5/temporary-1.3/System/IO/Temp.dyn_hi
/usr/lib64/ghc-8.10.5/temporary-1.3/System/IO/Temp.hi
/usr/lib64/ghc-8.10.5/temporary-1.3/libHStemporary-1.3-6I88ZxT6w4m67ILJdeswJr.a
/usr/share/doc/ghc-temporary-devel
/usr/share/doc/ghc-temporary-devel/CHANGELOG.md

References

Summary

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