How To Install ghc-terminal-size-doc on Fedora 36

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

Introduction

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

What is ghc-terminal-size-doc

This package provides the Haskell terminal-size library documentation.

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

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

sudo dnf -y install ghc-terminal-size-doc

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

sudo yum -y install ghc-terminal-size-doc

How To Uninstall ghc-terminal-size-doc on Fedora 36

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

sudo dnf remove ghc-terminal-size-doc

ghc-terminal-size-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/System-Console-Terminal-Size.html
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/doc-index.html
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/index.html
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/linuwial.css
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/meta.json
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/quick-jump.css
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/src
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/src/System.Console.Terminal.Common.html
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/src/System.Console.Terminal.Posix.html
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/src/System.Console.Terminal.Size.html
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/src/highlight.js
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/src/style.css
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/synopsis.png
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/terminal-size.haddock
/usr/share/doc/ghc/html/libraries/terminal-size-0.3.2.1/terminal-size.txt
/usr/share/licenses/ghc-terminal-size-doc
/usr/share/licenses/ghc-terminal-size-doc/LICENSE

References

Summary

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