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

Last updated: October 05,2024

1. Install "ghc-scotty.x86_64" package

This guide let you learn how to install ghc-scotty.x86_64 on Fedora 34

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

2. Uninstall "ghc-scotty.x86_64" package

This is a short guide on how to uninstall ghc-scotty.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:28:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-scotty
Version : 0.11.6
Release : 4.fc34
Architecture : x86_64
Size : 100 k
Source : ghc-scotty-0.11.6-4.fc34.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.