How To Install ghc-uri-doc on Fedora 36

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

Introduction

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

What is ghc-uri-doc

This package provides the Haskell uri library documentation.

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

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

sudo dnf -y install ghc-uri-doc

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

sudo yum -y install ghc-uri-doc

How To Uninstall ghc-uri-doc on Fedora 36

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

sudo dnf remove ghc-uri-doc

ghc-uri-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/uri-0.1.6.5
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/Text-URI.html
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/doc-index.html
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/index.html
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/linuwial.css
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/meta.json
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/quick-jump.css
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/src
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/src/Text.URI.html
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/src/highlight.js
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/src/style.css
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/synopsis.png
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/uri.haddock
/usr/share/doc/ghc/html/libraries/uri-0.1.6.5/uri.txt
/usr/share/licenses/ghc-uri-doc
/usr/share/licenses/ghc-uri-doc/COPYING

References

Summary

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