How To Install ghc-unordered-containers-doc on Fedora 36

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

Introduction

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

What is ghc-unordered-containers-doc

This package provides the Haskell unordered-containers library documentation.

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

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

sudo dnf -y install ghc-unordered-containers-doc

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

sudo yum -y install ghc-unordered-containers-doc

How To Uninstall ghc-unordered-containers-doc on Fedora 36

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

sudo dnf remove ghc-unordered-containers-doc

ghc-unordered-containers-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Internal-Array.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Internal-List.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Internal-Strict.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Internal-Unsafe.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Internal.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Lazy.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/Data-HashMap-Strict.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/Data-HashSet-Internal.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/Data-HashSet.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/doc-index.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/index.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/linuwial.css
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/meta.json
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/quick-jump.css
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Internal.Array.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Internal.List.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Internal.Strict.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Internal.Unsafe.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Internal.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Lazy.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src/Data.HashMap.Strict.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src/Data.HashSet.Internal.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src/Data.HashSet.html
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src/highlight.js
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/src/style.css
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/synopsis.png
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/unordered-containers.haddock
/usr/share/doc/ghc/html/libraries/unordered-containers-0.2.14.0/unordered-containers.txt
/usr/share/licenses/ghc-unordered-containers-doc
/usr/share/licenses/ghc-unordered-containers-doc/LICENSE

References

Summary

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