How To Install ghc-websockets-doc on Fedora 36

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

Introduction

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

What is ghc-websockets-doc

This package provides the Haskell websockets library documentation.

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

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

sudo dnf -y install ghc-websockets-doc

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

sudo yum -y install ghc-websockets-doc

How To Uninstall ghc-websockets-doc on Fedora 36

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

sudo dnf remove ghc-websockets-doc

ghc-websockets-doc Package Contents on Fedora 36

/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/Network-WebSockets-Client.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/Network-WebSockets-Connection.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/Network-WebSockets-Extensions.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/Network-WebSockets-Stream.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/Network-WebSockets.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/doc-index.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/haddock-bundle.min.js
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/index.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/linuwial.css
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/meta.json
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/quick-jump.css
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Client.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Connection.Options.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Connection.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Extensions.Description.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Extensions.PermessageDeflate.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Extensions.StrictUnicode.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Extensions.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Http.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Hybi13.Demultiplex.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Hybi13.Mask.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Hybi13.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Protocol.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Server.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Stream.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.Types.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/Network.WebSockets.html
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/highlight.js
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/src/style.css
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/synopsis.png
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/websockets.haddock
/usr/share/doc/ghc/html/libraries/websockets-0.12.7.2/websockets.txt
/usr/share/licenses/ghc-websockets-doc
/usr/share/licenses/ghc-websockets-doc/LICENCE

References

Summary

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