How To Install perl-Net-IDN-Nameprep on Fedora 36

In this tutorial we learn how to install perl-Net-IDN-Nameprep in Fedora 36. perl-Net-IDN-Nameprep is Stringprep Profile for Internationalized Domain Names (RFC 3491)

Introduction

In this tutorial we learn how to install perl-Net-IDN-Nameprep on Fedora 36.

What is perl-Net-IDN-Nameprep

This module implements the nameprep specification, which describes how to prepare internationalized domain name (IDN) labels in order to increase the likelihood that name input and name comparison work in ways that make sense for typical users throughout the world. Nameprep is a profile of the stringprep protocol and is used as part of a suite of on-the-wire protocols for internationalizing the Domain Name System (DNS).

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

Install perl-Net-IDN-Nameprep 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-Net-IDN-Nameprep using dnf by running the following command:

sudo dnf -y install perl-Net-IDN-Nameprep

Install perl-Net-IDN-Nameprep 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-Net-IDN-Nameprep using yum by running the following command:

sudo yum -y install perl-Net-IDN-Nameprep

How To Uninstall perl-Net-IDN-Nameprep on Fedora 36

To uninstall only the perl-Net-IDN-Nameprep package we can use the following command:

sudo dnf remove perl-Net-IDN-Nameprep

perl-Net-IDN-Nameprep Package Contents on Fedora 36

/usr/share/doc/perl-Net-IDN-Nameprep
/usr/share/doc/perl-Net-IDN-Nameprep/Changes
/usr/share/doc/perl-Net-IDN-Nameprep/LICENSE
/usr/share/doc/perl-Net-IDN-Nameprep/README
/usr/share/man/man3/Net::IDN::Nameprep.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/IDN
/usr/share/perl5/vendor_perl/Net/IDN/Nameprep.pm

References

Summary

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