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

Last updated: October 05,2024

1. Install "ghc-websockets.x86_64" package

Please follow the guidelines below to install ghc-websockets.x86_64 on Fedora 34

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

2. Uninstall "ghc-websockets.x86_64" package

This is a short guide on how to uninstall ghc-websockets.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:32:26 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-websockets
Version : 0.12.7.1
Release : 4.fc34
Architecture : x86_64
Size : 134 k
Source : ghc-websockets-0.12.7.1-4.fc34.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:
: .