How to Install and Uninstall ghc-scotty.x86_64 Package on Fedora 39

Last updated: January 18,2025

1. Install "ghc-scotty.x86_64" package

Here is a brief guide to show you how to install ghc-scotty.x86_64 on Fedora 39

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

2. Uninstall "ghc-scotty.x86_64" package

Please follow the step by step instructions below to uninstall ghc-scotty.x86_64 on Fedora 39:

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

3. Information about the ghc-scotty.x86_64 package on Fedora 39

Last metadata expiration check: 0:56:51 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-scotty
Version : 0.12.1
Release : 4.fc39
Architecture : x86_64
Size : 107 k
Source : ghc-scotty-0.12.1-4.fc39.src.rpm
Repository : fedora
Summary : Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp
URL : https://hackage.haskell.org/package/scotty
License : BSD-3-Clause
Description : A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
:
: Scotty is the cheap and cheerful way to write RESTful, declarative web
: applications.
:
: * A page is as simple as defining the verb, url pattern, and Text content.
: * It is template-language agnostic. Anything that returns a Text value will do.
: * Conforms to WAI Application interface.
: * Uses very fast Warp webserver by default.
:
: As for the name: Sinatra + Warp = Scotty.