How To Install perl-I18N-Collate on Fedora 36
Introduction
In this tutorial we learn how to install perl-I18N-Collate on Fedora 36.
What is perl-I18N-Collate
This module provides you with objects that will collate according to your national character set. This module is deprecated. See the perllocale manual page for further information.
We can use yum or dnf to install perl-I18N-Collate on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-I18N-Collate.
Install perl-I18N-Collate 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-Collate using dnf by running the following command:
sudo dnf -y install perl-I18N-Collate
Install perl-I18N-Collate 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-Collate using yum by running the following command:
sudo yum -y install perl-I18N-Collate
How To Uninstall perl-I18N-Collate on Fedora 36
To uninstall only the perl-I18N-Collate package we can use the following command:
sudo dnf remove perl-I18N-Collate
perl-I18N-Collate Package Contents on Fedora 36
/usr/share/man/man3/I18N::Collate.3pm.gz
/usr/share/perl5/I18N
/usr/share/perl5/I18N/Collate.pm
References
Summary
In this tutorial we learn how to install perl-I18N-Collate on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).