How To Install ghc-tagged-devel on Fedora 36

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

Introduction

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

What is ghc-tagged-devel

This package provides the Haskell tagged library development files.

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

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

sudo dnf -y install ghc-tagged-devel

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

sudo yum -y install ghc-tagged-devel

How To Uninstall ghc-tagged-devel on Fedora 36

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

sudo dnf remove ghc-tagged-devel

ghc-tagged-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/tagged-0.8.6.1.conf
/usr/lib64/ghc-8.10.5/tagged-0.8.6.1
/usr/lib64/ghc-8.10.5/tagged-0.8.6.1/Data
/usr/lib64/ghc-8.10.5/tagged-0.8.6.1/Data/Proxy
/usr/lib64/ghc-8.10.5/tagged-0.8.6.1/Data/Proxy/TH.dyn_hi
/usr/lib64/ghc-8.10.5/tagged-0.8.6.1/Data/Proxy/TH.hi
/usr/lib64/ghc-8.10.5/tagged-0.8.6.1/Data/Tagged.dyn_hi
/usr/lib64/ghc-8.10.5/tagged-0.8.6.1/Data/Tagged.hi
/usr/lib64/ghc-8.10.5/tagged-0.8.6.1/libHStagged-0.8.6.1-ApoezAM80qJ4868gaeuSrz.a
/usr/share/doc/ghc-tagged-devel
/usr/share/doc/ghc-tagged-devel/CHANGELOG.markdown
/usr/share/doc/ghc-tagged-devel/README.markdown

References

Summary

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