How To Install ghc-lifted-base-devel on Fedora 36

In this tutorial we learn how to install ghc-lifted-base-devel in Fedora 36. ghc-lifted-base-devel is Haskell lifted-base library development files

Introduction

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

What is ghc-lifted-base-devel

This package provides the Haskell lifted-base library development files.

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

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

sudo dnf -y install ghc-lifted-base-devel

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

sudo yum -y install ghc-lifted-base-devel

How To Uninstall ghc-lifted-base-devel on Fedora 36

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

sudo dnf remove ghc-lifted-base-devel

ghc-lifted-base-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/Chan
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/Chan/Lifted.dyn_hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/Chan/Lifted.hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/Lifted.dyn_hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/Lifted.hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/MVar
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/MVar/Lifted.dyn_hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/MVar/Lifted.hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/QSem
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/QSem/Lifted.dyn_hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/QSem/Lifted.hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/QSemN
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/QSemN/Lifted.dyn_hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Concurrent/QSemN/Lifted.hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Exception
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Exception/Lifted.dyn_hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Control/Exception/Lifted.hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Data
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Data/IORef
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Data/IORef/Lifted.dyn_hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Data/IORef/Lifted.hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Foreign
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Foreign/Marshal
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Foreign/Marshal/Utils
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Foreign/Marshal/Utils/Lifted.dyn_hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/Foreign/Marshal/Utils/Lifted.hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/System
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/System/Timeout
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/System/Timeout/Lifted.dyn_hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/System/Timeout/Lifted.hi
/usr/lib64/ghc-8.10.5/lifted-base-0.2.3.12/libHSlifted-base-0.2.3.12-DfEyZucU77m4UG7IWdH8Fk.a
/usr/lib64/ghc-8.10.5/package.conf.d/lifted-base-0.2.3.12.conf
/usr/share/doc/ghc-lifted-base-devel
/usr/share/doc/ghc-lifted-base-devel/NEWS
/usr/share/doc/ghc-lifted-base-devel/README.markdown

References

Summary

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