How to Install and Uninstall ghc-snap-server.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "ghc-snap-server.x86_64" package

This tutorial shows how to install ghc-snap-server.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-snap-server.x86_64

2. Uninstall "ghc-snap-server.x86_64" package

This tutorial shows how to uninstall ghc-snap-server.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-snap-server.x86_64 $ sudo dnf autoremove

3. Information about the ghc-snap-server.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:37:11 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-snap-server
Version : 1.1.2.0
Release : 18.el9
Architecture : x86_64
Size : 164 k
Source : ghc-snap-server-1.1.2.0-18.el9.src.rpm
Repository : epel
Summary : A web server for the Snap Framework
URL : https://hackage.haskell.org/package/snap-server
License : BSD
Description : Snap is a simple and fast web development framework and server written in
: Haskell. For more information or to download the latest version, you can visit
: the Snap project website at .
:
: The Snap HTTP server is a high performance web server library written in
: Haskell. Together with the 'snap-core' library upon which it depends, it
: provides a clean and efficient Haskell programming interface to the HTTP
: protocol.