How To Install ghc-lifted-async on Fedora 36

In this tutorial we learn how to install ghc-lifted-async in Fedora 36. ghc-lifted-async is Haskell lifted-async library

Introduction

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

What is ghc-lifted-async

This package provides the Haskell lifted-async library.

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

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

sudo dnf -y install ghc-lifted-async

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

sudo yum -y install ghc-lifted-async

How To Uninstall ghc-lifted-async on Fedora 36

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

sudo dnf remove ghc-lifted-async

ghc-lifted-async Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/deddc50714572b1ed9903028103e1d44cf59a6
/usr/lib64/libHSlifted-async-0.10.2-8lumi9TVwqTAi9wD4l8nkw-ghc8.10.5.so
/usr/share/licenses/ghc-lifted-async
/usr/share/licenses/ghc-lifted-async/LICENSE

References

Summary

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