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

Last updated: September 29,2024

1. Install "ghc-servant-server.x86_64" package

This is a short guide on how to install ghc-servant-server.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ghc-servant-server.x86_64

2. Uninstall "ghc-servant-server.x86_64" package

This is a short guide on how to uninstall ghc-servant-server.x86_64 on Fedora 39:

$ sudo dnf remove ghc-servant-server.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:23:51 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-servant-server
Version : 0.19.2
Release : 4.fc39
Architecture : x86_64
Size : 127 k
Source : ghc-servant-server-0.19.2-4.fc39.src.rpm
Repository : fedora
Summary : A family of combinators for defining webservices APIs and serving them
URL : https://hackage.haskell.org/package/servant-server
License : BSD-3-Clause
Description : A family of combinators for defining webservices APIs and serving them
:
: You can learn about the basics in the
: .
:
: : Here> is a runnable example, with comments, that defines a dummy API and
: implements a webserver that serves this API, using this package.
:
: : CHANGELOG>.