How To Install ghc-servant-client-core on Fedora 36

In this tutorial we learn how to install ghc-servant-client-core in Fedora 36. ghc-servant-client-core is Core functionality and class for client function generation for servant APIs

Introduction

In this tutorial we learn how to install ghc-servant-client-core on Fedora 36.

What is ghc-servant-client-core

This library provides backend-agnostic generation of client functions.

We can use yum or dnf to install ghc-servant-client-core on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-servant-client-core.

Install ghc-servant-client-core on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ghc-servant-client-core using dnf by running the following command:

sudo dnf -y install ghc-servant-client-core

Install ghc-servant-client-core on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghc-servant-client-core using yum by running the following command:

sudo yum -y install ghc-servant-client-core

How To Uninstall ghc-servant-client-core on Fedora 36

To uninstall only the ghc-servant-client-core package we can use the following command:

sudo dnf remove ghc-servant-client-core

ghc-servant-client-core Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/967b199a069483ede246f57e2e8d2f6fdba874
/usr/lib64/libHSservant-client-core-0.18.3-GdmbC35V8auDhMMTRhHlIZ-ghc8.10.5.so
/usr/share/licenses/ghc-servant-client-core
/usr/share/licenses/ghc-servant-client-core/LICENSE

References

Summary

In this tutorial we learn how to install ghc-servant-client-core on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).