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

Last updated: October 07,2024

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

This guide let you learn how to install ghc-servant-server.x86_64 on Fedora 36

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

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

This tutorial shows how to uninstall ghc-servant-server.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:45:31 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-servant-server
Version : 0.18.3
Release : 3.fc36
Architecture : x86_64
Size : 129 k
Source : ghc-servant-server-0.18.3-3.fc36.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
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>.