How To Install ghc-uri-encode-doc on Fedora 36

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

Introduction

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

What is ghc-uri-encode-doc

This package provides the Haskell uri-encode library documentation.

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

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

sudo dnf -y install ghc-uri-encode-doc

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

sudo yum -y install ghc-uri-encode-doc

How To Uninstall ghc-uri-encode-doc on Fedora 36

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

sudo dnf remove ghc-uri-encode-doc

ghc-uri-encode-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/CHANGELOG.md
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/LICENSE
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/Network-URI-Encode.html
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/README.md
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/doc-index.html
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/index.html
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/linuwial.css
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/meta.json
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/quick-jump.css
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/src
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/src/Network.URI.Encode.html
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/src/highlight.js
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/src/style.css
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/synopsis.png
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/uri-encode.haddock
/usr/share/doc/ghc/html/libraries/uri-encode-1.5.0.7/uri-encode.txt
/usr/share/licenses/ghc-uri-encode-doc
/usr/share/licenses/ghc-uri-encode-doc/LICENSE

References

Summary

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