How To Install ghc-sop-core-devel on Fedora 36

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

Introduction

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

What is ghc-sop-core-devel

This package provides the Haskell sop-core library development files.

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

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

sudo dnf -y install ghc-sop-core-devel

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

sudo yum -y install ghc-sop-core-devel

How To Uninstall ghc-sop-core-devel on Fedora 36

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

sudo dnf remove ghc-sop-core-devel

ghc-sop-core-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/sop-core-0.5.0.1.conf
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP.dyn_hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP.hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/BasicFunctors.dyn_hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/BasicFunctors.hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/Classes.dyn_hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/Classes.hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/Constraint.dyn_hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/Constraint.hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/Dict.dyn_hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/Dict.hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/NP.dyn_hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/NP.hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/NS.dyn_hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/NS.hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/Sing.dyn_hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/Data/SOP/Sing.hi
/usr/lib64/ghc-8.10.5/sop-core-0.5.0.1/libHSsop-core-0.5.0.1-DRjYElI1EPTKAV573Fpd8I.a

References

Summary

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