How To Install ghc-vector-binary-instances on Fedora 36

In this tutorial we learn how to install ghc-vector-binary-instances in Fedora 36. ghc-vector-binary-instances is Instances of Data.Binary for vector

Introduction

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

What is ghc-vector-binary-instances

Instances for Binary for the types defined in the vector package, making it easy to serialize vectors to and from disk. We use the generic interface to vectors, so all vector types are supported. Specific instances are provided for unboxed, boxed and storable vectors.

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

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

sudo dnf -y install ghc-vector-binary-instances

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

sudo yum -y install ghc-vector-binary-instances

How To Uninstall ghc-vector-binary-instances on Fedora 36

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

sudo dnf remove ghc-vector-binary-instances

ghc-vector-binary-instances Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/4ca2b23bcc165f8646571d33de8744af30fcf5
/usr/lib64/libHSvector-binary-instances-0.2.5.2-1IsHyqlstxUCDw0VQ9ocEN-ghc8.10.5.so
/usr/share/licenses/ghc-vector-binary-instances
/usr/share/licenses/ghc-vector-binary-instances/LICENSE

References

Summary

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