How To Install ghc-dataenc-doc on Fedora 36

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

Introduction

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

What is ghc-dataenc-doc

This package provides the Haskell dataenc library documentation.

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

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

sudo dnf -y install ghc-dataenc-doc

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

sudo yum -y install ghc-dataenc-doc

How To Uninstall ghc-dataenc-doc on Fedora 36

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

sudo dnf remove ghc-dataenc-doc

ghc-dataenc-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-Base16.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-Base32.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-Base32Hex.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-Base64.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-Base64Url.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-Base85.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-DataEncoding.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-PythonString.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-QuotedPrintable.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-Url.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-Uu.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-Xx.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/Codec-Binary-Yenc.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/dataenc.haddock
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/dataenc.txt
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/doc-index.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/index.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/linuwial.css
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/meta.json
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/quick-jump.css
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.Base16.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.Base32.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.Base32Hex.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.Base64.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.Base64Url.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.Base85.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.DataEncoding.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.PythonString.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.QuotedPrintable.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.Url.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.Util.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.Uu.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.Xx.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/Codec.Binary.Yenc.html
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/highlight.js
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/src/style.css
/usr/share/doc/ghc/html/libraries/dataenc-0.14.0.7/synopsis.png
/usr/share/licenses/ghc-dataenc-doc
/usr/share/licenses/ghc-dataenc-doc/LICENSE

References

Summary

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