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

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

Introduction

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

What is ghc-dense-linear-algebra-devel

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

We can use yum or dnf to install ghc-dense-linear-algebra-devel 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-devel.

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

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

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

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

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

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

sudo dnf remove ghc-dense-linear-algebra-devel

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

/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics/Matrix
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics/Matrix.dyn_hi
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics/Matrix.hi
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics/Matrix/Algorithms.dyn_hi
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics/Matrix/Algorithms.hi
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics/Matrix/Function.dyn_hi
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics/Matrix/Function.hi
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics/Matrix/Mutable.dyn_hi
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics/Matrix/Mutable.hi
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics/Matrix/Types.dyn_hi
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/Statistics/Matrix/Types.hi
/usr/lib64/ghc-8.10.5/dense-linear-algebra-0.1.0.0/libHSdense-linear-algebra-0.1.0.0-3ZyiwHTdulH3EeCfDX1hJz.a
/usr/lib64/ghc-8.10.5/package.conf.d/dense-linear-algebra-0.1.0.0.conf

References

Summary

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