How To Install ghc-indents-devel on Fedora 36

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

Introduction

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

What is ghc-indents-devel

This package provides the Haskell indents library development files.

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

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

sudo dnf -y install ghc-indents-devel

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

sudo yum -y install ghc-indents-devel

How To Uninstall ghc-indents-devel on Fedora 36

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

sudo dnf remove ghc-indents-devel

ghc-indents-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/indents-0.5.0.1
/usr/lib64/ghc-8.10.5/indents-0.5.0.1/Text
/usr/lib64/ghc-8.10.5/indents-0.5.0.1/Text/Parsec
/usr/lib64/ghc-8.10.5/indents-0.5.0.1/Text/Parsec/Indent
/usr/lib64/ghc-8.10.5/indents-0.5.0.1/Text/Parsec/Indent.dyn_hi
/usr/lib64/ghc-8.10.5/indents-0.5.0.1/Text/Parsec/Indent.hi
/usr/lib64/ghc-8.10.5/indents-0.5.0.1/Text/Parsec/Indent/Explicit.dyn_hi
/usr/lib64/ghc-8.10.5/indents-0.5.0.1/Text/Parsec/Indent/Explicit.hi
/usr/lib64/ghc-8.10.5/indents-0.5.0.1/Text/Parsec/Indent/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/indents-0.5.0.1/Text/Parsec/Indent/Internal.hi
/usr/lib64/ghc-8.10.5/indents-0.5.0.1/libHSindents-0.5.0.1-F0BQ1tCj4iTFfBSY5fvF8s.a
/usr/lib64/ghc-8.10.5/package.conf.d/indents-0.5.0.1.conf
/usr/share/doc/ghc-indents-devel
/usr/share/doc/ghc-indents-devel/CHANGELOG.md

References

Summary

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