How To Install ghc-vector on Fedora 36

In this tutorial we learn how to install ghc-vector in Fedora 36. ghc-vector is Efficient Arrays

Introduction

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

What is ghc-vector

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.

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

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

sudo dnf -y install ghc-vector

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

sudo yum -y install ghc-vector

How To Uninstall ghc-vector on Fedora 36

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

sudo dnf remove ghc-vector

ghc-vector Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/170488abddd34772e7a0c7e1cfb4575482c9af
/usr/lib64/libHSvector-0.12.3.0-K9OZS5OCy7cE2QKQqSO9mp-ghc8.10.5.so
/usr/share/licenses/ghc-vector
/usr/share/licenses/ghc-vector/LICENSE

References

Summary

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