How To Install ghc-resource-pool on Fedora 36

In this tutorial we learn how to install ghc-resource-pool in Fedora 36. ghc-resource-pool is A high-performance striped resource pooling implementation

Introduction

In this tutorial we learn how to install ghc-resource-pool on Fedora 36.

What is ghc-resource-pool

A high-performance striped pooling abstraction for managing flexibly-sized collections of resources such as database connections.

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

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

sudo dnf -y install ghc-resource-pool

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

sudo yum -y install ghc-resource-pool

How To Uninstall ghc-resource-pool on Fedora 36

To uninstall only the ghc-resource-pool package we can use the following command:

sudo dnf remove ghc-resource-pool

ghc-resource-pool Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/d340d6df8b38c7dfb58e83407ef68af206dacf
/usr/lib64/libHSresource-pool-0.2.3.2-IBwGrYz4PHuCO8yZx67xnx-ghc8.10.5.so
/usr/share/licenses/ghc-resource-pool
/usr/share/licenses/ghc-resource-pool/LICENSE

References

Summary

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