How To Install ghc-vector-prof on Fedora 36

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

Introduction

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

What is ghc-vector-prof

This package provides the Haskell vector profiling library.

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

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

sudo dnf -y install ghc-vector-prof

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

sudo yum -y install ghc-vector-prof

How To Uninstall ghc-vector-prof on Fedora 36

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

sudo dnf remove ghc-vector-prof

ghc-vector-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Fusion/Bundle.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Fusion/Bundle/Monadic.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Fusion/Bundle/Size.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Fusion/Stream/Monadic.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Fusion/Util.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Generic.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Generic/Base.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Generic/Mutable.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Generic/Mutable/Base.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Generic/New.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Internal/Check.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Mutable.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Primitive.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Primitive/Mutable.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Storable.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Storable/Internal.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Storable/Mutable.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Unboxed.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Unboxed/Base.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/Data/Vector/Unboxed/Mutable.p_hi
/usr/lib64/ghc-8.10.5/vector-0.12.3.0/libHSvector-0.12.3.0-K9OZS5OCy7cE2QKQqSO9mp_p.a

References

Summary

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