How To Install ghc-dense-linear-algebra on Fedora 36

In this tutorial we learn how to install ghc-dense-linear-algebra in Fedora 36. ghc-dense-linear-algebra is Haskell dense-linear-algebra library

Introduction

In this tutorial we learn how to install ghc-dense-linear-algebra on Fedora 36.

What is ghc-dense-linear-algebra

This package provides the Haskell dense-linear-algebra library.

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

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

sudo dnf -y install ghc-dense-linear-algebra

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

sudo yum -y install ghc-dense-linear-algebra

How To Uninstall ghc-dense-linear-algebra on Fedora 36

To uninstall only the ghc-dense-linear-algebra package we can use the following command:

sudo dnf remove ghc-dense-linear-algebra

ghc-dense-linear-algebra Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/133b1d3a3302aacfcdb8fca702b6209ac89b61
/usr/lib64/libHSdense-linear-algebra-0.1.0.0-3ZyiwHTdulH3EeCfDX1hJz-ghc8.10.5.so
/usr/share/licenses/ghc-dense-linear-algebra
/usr/share/licenses/ghc-dense-linear-algebra/LICENSE

References

Summary

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