How To Install ghc-bindings-DSL-doc on Fedora 36

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

Introduction

In this tutorial we learn how to install ghc-bindings-DSL-doc on Fedora 36.

What is ghc-bindings-DSL-doc

This package provides the Haskell bindings-DSL library documentation.

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

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

sudo dnf -y install ghc-bindings-DSL-doc

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

sudo yum -y install ghc-bindings-DSL-doc

How To Uninstall ghc-bindings-DSL-doc on Fedora 36

To uninstall only the ghc-bindings-DSL-doc package we can use the following command:

sudo dnf remove ghc-bindings-DSL-doc

ghc-bindings-DSL-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/Bindings-Utilities.html
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/bindings-DSL.haddock
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/bindings-DSL.txt
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/doc-index.html
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/index.html
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/linuwial.css
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/meta.json
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/quick-jump.css
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/src
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/src/Bindings.Utilities.html
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/src/highlight.js
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/src/style.css
/usr/share/doc/ghc/html/libraries/bindings-DSL-1.0.25/synopsis.png
/usr/share/licenses/ghc-bindings-DSL-doc
/usr/share/licenses/ghc-bindings-DSL-doc/LICENSE

References

Summary

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