How To Install ghc-lucid-doc on Fedora 36
Introduction
In this tutorial we learn how to install ghc-lucid-doc
on Fedora 36.
What is ghc-lucid-doc
This package provides the Haskell lucid library documentation.
We can use yum
or dnf
to install ghc-lucid-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-lucid-doc.
Install ghc-lucid-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-lucid-doc
using dnf
by running the following command:
sudo dnf -y install ghc-lucid-doc
Install ghc-lucid-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-lucid-doc
using yum
by running the following command:
sudo yum -y install ghc-lucid-doc
How To Uninstall ghc-lucid-doc on Fedora 36
To uninstall only the ghc-lucid-doc
package we can use the following command:
sudo dnf remove ghc-lucid-doc
ghc-lucid-doc Package Contents on Fedora 36
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/Lucid-Base.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/Lucid-Bootstrap.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/Lucid-Html5.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/Lucid.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-A.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-All.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-B.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-C.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-D.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-E.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-F.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-H.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-I.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-K.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-L.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-M.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-N.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-O.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-P.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-Q.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-R.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-S.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-T.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-U.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-V.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-W.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index-X.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/doc-index.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/index.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/linuwial.css
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/lucid.haddock
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/lucid.txt
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/meta.json
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/quick-jump.css
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/src
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/src/Lucid.Base.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/src/Lucid.Bootstrap.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/src/Lucid.Html5.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/src/Lucid.html
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/src/highlight.js
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/src/style.css
/usr/share/doc/ghc/html/libraries/lucid-2.9.12.1/synopsis.png
References
Summary
In this tutorial we learn how to install ghc-lucid-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).