How To Install ghc-ConfigFile-devel on Fedora 36

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

Introduction

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

What is ghc-ConfigFile-devel

This package provides the Haskell ConfigFile library development files.

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

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

sudo dnf -y install ghc-ConfigFile-devel

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

sudo yum -y install ghc-ConfigFile-devel

How To Uninstall ghc-ConfigFile-devel on Fedora 36

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

sudo dnf remove ghc-ConfigFile-devel

ghc-ConfigFile-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data/ConfigFile
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data/ConfigFile.dyn_hi
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data/ConfigFile.hi
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data/ConfigFile/Lexer.dyn_hi
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data/ConfigFile/Lexer.hi
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data/ConfigFile/Monadic.dyn_hi
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data/ConfigFile/Monadic.hi
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data/ConfigFile/Parser.dyn_hi
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data/ConfigFile/Parser.hi
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data/ConfigFile/Types.dyn_hi
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/Data/ConfigFile/Types.hi
/usr/lib64/ghc-8.10.5/ConfigFile-1.1.4/libHSConfigFile-1.1.4-5Wu5DcfPVkrJNYaoLABkY2.a
/usr/lib64/ghc-8.10.5/package.conf.d/ConfigFile-1.1.4.conf
/usr/share/doc/ghc-ConfigFile-devel
/usr/share/doc/ghc-ConfigFile-devel/README

References

Summary

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