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

Last updated: January 17,2025

1. Install "ghc-scotty.x86_64" package

Please follow the steps below to install ghc-scotty.x86_64 on Fedora 36

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

2. Uninstall "ghc-scotty.x86_64" package

Learn how to uninstall ghc-scotty.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:18:21 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-scotty
Version : 0.12
Release : 2.fc36
Architecture : x86_64
Size : 107 k
Source : ghc-scotty-0.12-2.fc36.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
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.