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

Last updated: November 26,2024

1. Install "ghc-websockets.x86_64" package

This is a short guide on how to install ghc-websockets.x86_64 on Fedora 35

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

2. Uninstall "ghc-websockets.x86_64" package

This guide covers the steps necessary to uninstall ghc-websockets.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:37:34 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-websockets
Version : 0.12.7.2
Release : 1.fc35
Architecture : x86_64
Size : 133 k
Source : ghc-websockets-0.12.7.2-1.fc35.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:
: .