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