How To Install ghc-vector-builder on Fedora 36

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

Introduction

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

What is ghc-vector-builder

An API for efficient and convenient construction of vectors. It provides the composable Builder abstraction, which has instances of the Monoid and Semigroup classes.

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

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

sudo dnf -y install ghc-vector-builder

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

sudo yum -y install ghc-vector-builder

How To Uninstall ghc-vector-builder on Fedora 36

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

sudo dnf remove ghc-vector-builder

ghc-vector-builder Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/33727a2424ce1cae410fb2fea0ad8779337e04
/usr/lib64/libHSvector-builder-0.3.8.2-9g1AD93fKfECwdPEByeIXA-ghc8.10.5.so
/usr/share/licenses/ghc-vector-builder
/usr/share/licenses/ghc-vector-builder/LICENSE

References

Summary

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