How To Install ghc-bloomfilter on Fedora 36

In this tutorial we learn how to install ghc-bloomfilter in Fedora 36. ghc-bloomfilter is Pure and impure Bloom Filter implementations

Introduction

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

What is ghc-bloomfilter

Pure and impure Bloom Filter implementations.

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

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

sudo dnf -y install ghc-bloomfilter

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

sudo yum -y install ghc-bloomfilter

How To Uninstall ghc-bloomfilter on Fedora 36

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

sudo dnf remove ghc-bloomfilter

ghc-bloomfilter Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/005218479619983543a81f4b0b439ee4158dd5
/usr/lib64/libHSbloomfilter-2.0.1.0-5J1JlJ4Yhn8CauN0mmGZqI-ghc8.10.5.so
/usr/share/licenses/ghc-bloomfilter
/usr/share/licenses/ghc-bloomfilter/LICENSE

References

Summary

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