How To Install ghc-vector-space on Fedora 36

In this tutorial we learn how to install ghc-vector-space in Fedora 36. ghc-vector-space is Vector and affine spaces, linear maps, and derivatives

Introduction

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

What is ghc-vector-space

Classes and generic operations for vector spaces and affine spaces. It also defines a type of infinite towers of generalized derivatives. A generalized derivative is a linear transformation rather than one of the common concrete representations (scalars, vectors, matrices, …).

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

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

sudo dnf -y install ghc-vector-space

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

sudo yum -y install ghc-vector-space

How To Uninstall ghc-vector-space on Fedora 36

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

sudo dnf remove ghc-vector-space

ghc-vector-space Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/f898e440f77d02308e78419d832d342a41f603
/usr/lib64/libHSvector-space-0.16-4FsqqP4dvMS5WiJ9B47x2w-ghc8.10.5.so
/usr/share/licenses/ghc-vector-space
/usr/share/licenses/ghc-vector-space/COPYING

References

Summary

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