How To Install ghc-auto-update-devel on Fedora 36

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

Introduction

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

What is ghc-auto-update-devel

This package provides the Haskell auto-update library development files.

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

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

sudo dnf -y install ghc-auto-update-devel

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

sudo yum -y install ghc-auto-update-devel

How To Uninstall ghc-auto-update-devel on Fedora 36

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

sudo dnf remove ghc-auto-update-devel

ghc-auto-update-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/auto-update-0.1.6
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/AutoUpdate
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/AutoUpdate.dyn_hi
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/AutoUpdate.hi
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/AutoUpdate/Util.dyn_hi
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/AutoUpdate/Util.hi
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/Debounce
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/Debounce.dyn_hi
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/Debounce.hi
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/Debounce/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/Debounce/Internal.hi
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/Reaper.dyn_hi
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/Control/Reaper.hi
/usr/lib64/ghc-8.10.5/auto-update-0.1.6/libHSauto-update-0.1.6-EqPjhkKSyRmF54FhBf3SmR.a
/usr/lib64/ghc-8.10.5/package.conf.d/auto-update-0.1.6.conf
/usr/share/doc/ghc-auto-update-devel
/usr/share/doc/ghc-auto-update-devel/ChangeLog.md
/usr/share/doc/ghc-auto-update-devel/README.md

References

Summary

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