How To Install perl-Locale-gettext on Fedora 36
Introduction
In this tutorial we learn how to install perl-Locale-gettext on Fedora 36.
What is perl-Locale-gettext
The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software.
We can use yum or dnf to install perl-Locale-gettext on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Locale-gettext.
Install perl-Locale-gettext 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-Locale-gettext using dnf by running the following command:
sudo dnf -y install perl-Locale-gettext
Install perl-Locale-gettext 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-Locale-gettext using yum by running the following command:
sudo yum -y install perl-Locale-gettext
How To Uninstall perl-Locale-gettext on Fedora 36
To uninstall only the perl-Locale-gettext package we can use the following command:
sudo dnf remove perl-Locale-gettext
perl-Locale-gettext Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/0a2dd7347df72a3ea49a371d0cdf8fe7d60285
/usr/lib64/perl5/vendor_perl/Locale
/usr/lib64/perl5/vendor_perl/Locale/gettext.pm
/usr/lib64/perl5/vendor_perl/auto/Locale
/usr/lib64/perl5/vendor_perl/auto/Locale/gettext
/usr/lib64/perl5/vendor_perl/auto/Locale/gettext/gettext.so
/usr/share/doc/perl-Locale-gettext
/usr/share/doc/perl-Locale-gettext/README
/usr/share/man/man3/Locale::gettext.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Locale-gettext on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).