How To Install ghc-lifted-base-doc on Fedora 36

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

Introduction

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

What is ghc-lifted-base-doc

This package provides the Haskell lifted-base library documentation.

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

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

sudo dnf -y install ghc-lifted-base-doc

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

sudo yum -y install ghc-lifted-base-doc

How To Uninstall ghc-lifted-base-doc on Fedora 36

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

sudo dnf remove ghc-lifted-base-doc

ghc-lifted-base-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Concurrent-Chan-Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Concurrent-Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Concurrent-MVar-Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Concurrent-QSem-Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Concurrent-QSemN-Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Exception-Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Data-IORef-Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Foreign-Marshal-Utils-Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/System-Timeout-Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/doc-index.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/index.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/lifted-base.haddock
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/lifted-base.txt
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/linuwial.css
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/meta.json
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/quick-jump.css
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Concurrent.Chan.Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Concurrent.Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Concurrent.MVar.Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Concurrent.QSem.Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Concurrent.QSemN.Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Exception.Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Data.IORef.Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Foreign.Marshal.Utils.Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/System.Timeout.Lifted.html
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/highlight.js
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/style.css
/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/synopsis.png
/usr/share/licenses/ghc-lifted-base-doc
/usr/share/licenses/ghc-lifted-base-doc/LICENSE

References

Summary

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