How To Install ghc-websockets-prof on Fedora 36

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

Introduction

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

What is ghc-websockets-prof

This package provides the Haskell websockets profiling library.

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

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

sudo dnf -y install ghc-websockets-prof

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

sudo yum -y install ghc-websockets-prof

How To Uninstall ghc-websockets-prof on Fedora 36

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

sudo dnf remove ghc-websockets-prof

ghc-websockets-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Client.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Connection.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Connection/Options.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Extensions.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Extensions/Description.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Extensions/PermessageDeflate.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Extensions/StrictUnicode.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Http.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Hybi13.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Hybi13/Demultiplex.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Hybi13/Mask.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Protocol.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Server.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Stream.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/Network/WebSockets/Types.p_hi
/usr/lib64/ghc-8.10.5/websockets-0.12.7.2/libHSwebsockets-0.12.7.2-KqAemtawBhCFsz9ysiM2mN_p.a

References

Summary

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