How To Install ghc-publicsuffixlist on Fedora 36

In this tutorial we learn how to install ghc-publicsuffixlist in Fedora 36. ghc-publicsuffixlist is Library of effective TLDs

Introduction

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

What is ghc-publicsuffixlist

Check if a given string is a domain suffix.

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

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

sudo dnf -y install ghc-publicsuffixlist

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

sudo yum -y install ghc-publicsuffixlist

How To Uninstall ghc-publicsuffixlist on Fedora 36

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

sudo dnf remove ghc-publicsuffixlist

ghc-publicsuffixlist Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/d93ff31d40b66fcd9304c0aca2e62faad5ba97
/usr/lib64/libHSpublicsuffixlist-0.1-Hft9urRQblv3mudfdzIWXD-ghc8.10.5.so
/usr/share/licenses/ghc-publicsuffixlist
/usr/share/licenses/ghc-publicsuffixlist/LICENSE

References

Summary

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