How To Install perl-Unicode-Stringprep on Fedora 36

In this tutorial we learn how to install perl-Unicode-Stringprep in Fedora 36. perl-Unicode-Stringprep is Preparation of Internationalized Strings (RFC 3454)

Introduction

In this tutorial we learn how to install perl-Unicode-Stringprep on Fedora 36.

What is perl-Unicode-Stringprep

This module implements the stringprep framework for preparing Unicode text strings in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. The stringprep protocol is useful for protocol identifier values, company and personal names, internationalized domain names, and other text strings.

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

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

sudo dnf -y install perl-Unicode-Stringprep

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

sudo yum -y install perl-Unicode-Stringprep

How To Uninstall perl-Unicode-Stringprep on Fedora 36

To uninstall only the perl-Unicode-Stringprep package we can use the following command:

sudo dnf remove perl-Unicode-Stringprep

perl-Unicode-Stringprep Package Contents on Fedora 36

/usr/share/doc/perl-Unicode-Stringprep
/usr/share/doc/perl-Unicode-Stringprep/Changes
/usr/share/doc/perl-Unicode-Stringprep/README
/usr/share/doc/perl-Unicode-Stringprep/eg
/usr/share/doc/perl-Unicode-Stringprep/eg/Nameprep.pm
/usr/share/doc/perl-Unicode-Stringprep/eg/Readme-Examples.pod
/usr/share/doc/perl-Unicode-Stringprep/eg/SASLprep.pm
/usr/share/licenses/perl-Unicode-Stringprep
/usr/share/licenses/perl-Unicode-Stringprep/LICENSE
/usr/share/man/man3/Unicode::Stringprep.3pm.gz
/usr/share/man/man3/Unicode::Stringprep::BiDi.3pm.gz
/usr/share/man/man3/Unicode::Stringprep::Mapping.3pm.gz
/usr/share/man/man3/Unicode::Stringprep::Prohibited.3pm.gz
/usr/share/man/man3/Unicode::Stringprep::Unassigned.3pm.gz
/usr/share/man/man3/Unicode::Stringprep::_Common.3pm.gz
/usr/share/perl5/vendor_perl/Unicode
/usr/share/perl5/vendor_perl/Unicode/Stringprep
/usr/share/perl5/vendor_perl/Unicode/Stringprep.pm
/usr/share/perl5/vendor_perl/Unicode/Stringprep/BiDi.pm
/usr/share/perl5/vendor_perl/Unicode/Stringprep/Mapping.pm
/usr/share/perl5/vendor_perl/Unicode/Stringprep/Prohibited.pm
/usr/share/perl5/vendor_perl/Unicode/Stringprep/Unassigned.pm
/usr/share/perl5/vendor_perl/Unicode/Stringprep/_Common.pm

References

Summary

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