How To Install ghc-vector-space-doc on Fedora 36

In this tutorial we learn how to install ghc-vector-space-doc in Fedora 36. ghc-vector-space-doc is Haskell vector-space library documentation

Introduction

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

What is ghc-vector-space-doc

This package provides the Haskell vector-space library documentation.

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

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

sudo dnf -y install ghc-vector-space-doc

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

sudo yum -y install ghc-vector-space-doc

How To Uninstall ghc-vector-space-doc on Fedora 36

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

sudo dnf remove ghc-vector-space-doc

ghc-vector-space-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/vector-space-0.16
/usr/share/doc/ghc/html/libraries/vector-space-0.16/Data-AdditiveGroup.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/Data-AffineSpace.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/Data-Basis.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/Data-Cross.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/Data-Derivative.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/Data-LinearMap.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/Data-Maclaurin.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/Data-VectorSpace.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/doc-index.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/vector-space-0.16/index.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/linuwial.css
/usr/share/doc/ghc/html/libraries/vector-space-0.16/meta.json
/usr/share/doc/ghc/html/libraries/vector-space-0.16/quick-jump.css
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src/Data.AdditiveGroup.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src/Data.AffineSpace.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src/Data.Basis.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src/Data.Cross.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src/Data.Derivative.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src/Data.LinearMap.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src/Data.Maclaurin.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src/Data.VectorSpace.Generic.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src/Data.VectorSpace.html
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src/highlight.js
/usr/share/doc/ghc/html/libraries/vector-space-0.16/src/style.css
/usr/share/doc/ghc/html/libraries/vector-space-0.16/synopsis.png
/usr/share/doc/ghc/html/libraries/vector-space-0.16/vector-space.haddock
/usr/share/doc/ghc/html/libraries/vector-space-0.16/vector-space.txt
/usr/share/licenses/ghc-vector-space-doc
/usr/share/licenses/ghc-vector-space-doc/COPYING

References

Summary

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