How To Install perl-I18N-Langinfo on Fedora 36

In this tutorial we learn how to install perl-I18N-Langinfo in Fedora 36. perl-I18N-Langinfo is Query locale information

Introduction

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

What is perl-I18N-Langinfo

The langinfo() function queries various locale information that can be used to localize output and user interfaces. It uses the current underlying locale, regardless of whether or not it was called from within the scope of “use locale”.

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

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

sudo dnf -y install perl-I18N-Langinfo

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

sudo yum -y install perl-I18N-Langinfo

How To Uninstall perl-I18N-Langinfo on Fedora 36

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

sudo dnf remove perl-I18N-Langinfo

perl-I18N-Langinfo Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/7debef00c5fdc4b9569e70978cd241f4dbc4cb
/usr/lib64/perl5/I18N
/usr/lib64/perl5/I18N/Langinfo.pm
/usr/lib64/perl5/auto/I18N
/usr/lib64/perl5/auto/I18N/Langinfo
/usr/lib64/perl5/auto/I18N/Langinfo/Langinfo.so
/usr/share/man/man3/I18N::Langinfo.3pm.gz

References

Summary

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