How to Install and Uninstall ghc-websockets.x86_64 Package on Fedora 36

Last updated: May 03,2024

1. Install "ghc-websockets.x86_64" package

This guide covers the steps necessary to install ghc-websockets.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-websockets.x86_64

2. Uninstall "ghc-websockets.x86_64" package

Please follow the instructions below to uninstall ghc-websockets.x86_64 on Fedora 36:

$ sudo dnf remove ghc-websockets.x86_64 $ sudo dnf autoremove

3. Information about the ghc-websockets.x86_64 package on Fedora 36

Last metadata expiration check: 1:44:36 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-websockets
Version : 0.12.7.2
Release : 3.fc36
Architecture : x86_64
Size : 134 k
Source : ghc-websockets-0.12.7.2-3.fc36.src.rpm
Repository : fedora
Summary : A sensible and clean way to write WebSocket-capable servers in Haskell
URL : https://hackage.haskell.org/package/websockets
License : BSD
Description : This library allows you to write WebSocket-capable servers.
:
: An example server:
:
:
: An example client:
:
:
: See also:
:
: * The specification of the WebSocket protocol:
:
:
: * The JavaScript API for dealing with WebSockets:
: .