How To Install ghc-vector-space-prof on Fedora 36

In this tutorial we learn how to install ghc-vector-space-prof in Fedora 36. ghc-vector-space-prof is Haskell vector-space profiling library

Introduction

In this tutorial we learn how to install ghc-vector-space-prof on Fedora 36.

What is ghc-vector-space-prof

This package provides the Haskell vector-space profiling library.

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

Install ghc-vector-space-prof 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-vector-space-prof using dnf by running the following command:

sudo dnf -y install ghc-vector-space-prof

Install ghc-vector-space-prof 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-vector-space-prof using yum by running the following command:

sudo yum -y install ghc-vector-space-prof

How To Uninstall ghc-vector-space-prof on Fedora 36

To uninstall only the ghc-vector-space-prof package we can use the following command:

sudo dnf remove ghc-vector-space-prof

ghc-vector-space-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/vector-space-0.16/Data/AdditiveGroup.p_hi
/usr/lib64/ghc-8.10.5/vector-space-0.16/Data/AffineSpace.p_hi
/usr/lib64/ghc-8.10.5/vector-space-0.16/Data/Basis.p_hi
/usr/lib64/ghc-8.10.5/vector-space-0.16/Data/Cross.p_hi
/usr/lib64/ghc-8.10.5/vector-space-0.16/Data/Derivative.p_hi
/usr/lib64/ghc-8.10.5/vector-space-0.16/Data/LinearMap.p_hi
/usr/lib64/ghc-8.10.5/vector-space-0.16/Data/Maclaurin.p_hi
/usr/lib64/ghc-8.10.5/vector-space-0.16/Data/VectorSpace.p_hi
/usr/lib64/ghc-8.10.5/vector-space-0.16/Data/VectorSpace/Generic.p_hi
/usr/lib64/ghc-8.10.5/vector-space-0.16/libHSvector-space-0.16-4FsqqP4dvMS5WiJ9B47x2w_p.a

References

Summary

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