How To Install perl-I18N-LangTags on Fedora 36

In this tutorial we learn how to install perl-I18N-LangTags in Fedora 36. perl-I18N-LangTags is Functions for dealing with RFC 3066 language tags

Introduction

In this tutorial we learn how to install perl-I18N-LangTags on Fedora 36.

What is perl-I18N-LangTags

Language tags are a formalism, described in RFC 3066, for declaring what language form (language and possibly dialect) a given chunk of information is in. This library provides functions for common tasks involving language tags as they are needed in a variety of protocols and applications.

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

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

sudo dnf -y install perl-I18N-LangTags

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

sudo yum -y install perl-I18N-LangTags

How To Uninstall perl-I18N-LangTags on Fedora 36

To uninstall only the perl-I18N-LangTags package we can use the following command:

sudo dnf remove perl-I18N-LangTags

perl-I18N-LangTags Package Contents on Fedora 36

/usr/share/man/man3/I18N::LangTags.3pm.gz
/usr/share/man/man3/I18N::LangTags::Detect.3pm.gz
/usr/share/man/man3/I18N::LangTags::List.3pm.gz
/usr/share/perl5/I18N
/usr/share/perl5/I18N/LangTags
/usr/share/perl5/I18N/LangTags.pm
/usr/share/perl5/I18N/LangTags/Detect.pm
/usr/share/perl5/I18N/LangTags/List.pm

References

Summary

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