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

Last updated: September 23,2024

1. Install "ghc-scotty.x86_64" package

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

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

2. Uninstall "ghc-scotty.x86_64" package

This tutorial shows how to uninstall ghc-scotty.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 5:42:15 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-scotty
Version : 0.12.1
Release : 2.fc38
Architecture : x86_64
Size : 102 k
Source : ghc-scotty-0.12.1-2.fc38.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.