How To Install ghc-lifted-base on Fedora 36

In this tutorial we learn how to install ghc-lifted-base in Fedora 36. ghc-lifted-base is Lifted IO operations from the base library

Introduction

In this tutorial we learn how to install ghc-lifted-base on Fedora 36.

What is ghc-lifted-base

’lifted-base’ exports IO operations from the base library lifted to any instance of ‘MonadBase’ or ‘MonadBaseControl’.

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

Install ghc-lifted-base 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-lifted-base using dnf by running the following command:

sudo dnf -y install ghc-lifted-base

Install ghc-lifted-base 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-lifted-base using yum by running the following command:

sudo yum -y install ghc-lifted-base

How To Uninstall ghc-lifted-base on Fedora 36

To uninstall only the ghc-lifted-base package we can use the following command:

sudo dnf remove ghc-lifted-base

ghc-lifted-base Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/aa5adffd0267b5b4b27641a05ab334d9d2d9df
/usr/lib64/libHSlifted-base-0.2.3.12-DfEyZucU77m4UG7IWdH8Fk-ghc8.10.5.so
/usr/share/licenses/ghc-lifted-base
/usr/share/licenses/ghc-lifted-base/LICENSE

References

Summary

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