How To Install ghc-publicsuffixlist-prof on Fedora 36

In this tutorial we learn how to install ghc-publicsuffixlist-prof in Fedora 36. ghc-publicsuffixlist-prof is Haskell publicsuffixlist profiling library

Introduction

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

What is ghc-publicsuffixlist-prof

This package provides the Haskell publicsuffixlist profiling library.

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

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

sudo dnf -y install ghc-publicsuffixlist-prof

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

sudo yum -y install ghc-publicsuffixlist-prof

How To Uninstall ghc-publicsuffixlist-prof on Fedora 36

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

sudo dnf remove ghc-publicsuffixlist-prof

ghc-publicsuffixlist-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/publicsuffixlist-0.1/Network/PublicSuffixList/DataStructure.p_hi
/usr/lib64/ghc-8.10.5/publicsuffixlist-0.1/Network/PublicSuffixList/Lookup.p_hi
/usr/lib64/ghc-8.10.5/publicsuffixlist-0.1/Network/PublicSuffixList/Serialize.p_hi
/usr/lib64/ghc-8.10.5/publicsuffixlist-0.1/Network/PublicSuffixList/Types.p_hi
/usr/lib64/ghc-8.10.5/publicsuffixlist-0.1/libHSpublicsuffixlist-0.1-Hft9urRQblv3mudfdzIWXD_p.a

References

Summary

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