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

Last updated: October 05,2024

1. Install "ghc-scotty.x86_64" package

This tutorial shows how to install ghc-scotty.x86_64 on Fedora 35

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

2. Uninstall "ghc-scotty.x86_64" package

Please follow the instructions below to uninstall ghc-scotty.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 4:51:05 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-scotty
Version : 0.12
Release : 1.fc35
Architecture : x86_64
Size : 107 k
Source : ghc-scotty-0.12-1.fc35.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.