How To Install perl-Mozilla-PublicSuffix on Fedora 36

In this tutorial we learn how to install perl-Mozilla-PublicSuffix in Fedora 36. perl-Mozilla-PublicSuffix is Get a domain name’s public suffix via the Mozilla Public Suffix List

Introduction

In this tutorial we learn how to install perl-Mozilla-PublicSuffix on Fedora 36.

What is perl-Mozilla-PublicSuffix

This module provides a single function that returns the public suffix of a domain name by referencing a parsed copy of Mozilla’s Public Suffix List. From the official website at http

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

Install perl-Mozilla-PublicSuffix 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 perl-Mozilla-PublicSuffix using dnf by running the following command:

sudo dnf -y install perl-Mozilla-PublicSuffix

Install perl-Mozilla-PublicSuffix 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 perl-Mozilla-PublicSuffix using yum by running the following command:

sudo yum -y install perl-Mozilla-PublicSuffix

How To Uninstall perl-Mozilla-PublicSuffix on Fedora 36

To uninstall only the perl-Mozilla-PublicSuffix package we can use the following command:

sudo dnf remove perl-Mozilla-PublicSuffix

perl-Mozilla-PublicSuffix Package Contents on Fedora 36

/usr/share/doc/perl-Mozilla-PublicSuffix
/usr/share/doc/perl-Mozilla-PublicSuffix/Changes
/usr/share/doc/perl-Mozilla-PublicSuffix/README
/usr/share/licenses/perl-Mozilla-PublicSuffix
/usr/share/licenses/perl-Mozilla-PublicSuffix/LICENSE
/usr/share/man/man3/Mozilla::PublicSuffix.3pm.gz
/usr/share/perl5/vendor_perl/Mozilla
/usr/share/perl5/vendor_perl/Mozilla/PublicSuffix.pm

References

Summary

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