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

Last updated: October 06,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 35

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

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

Please follow the step by step instructions below to uninstall ghc-servant-server.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:57:33 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-servant-server
Version : 0.18.3
Release : 1.fc35
Architecture : x86_64
Size : 129 k
Source : ghc-servant-server-0.18.3-1.fc35.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>.