How To Install perl-Lingua-EN-Inflect on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Lingua-EN-Inflect
on Rocky Linux 8.
What is perl-Lingua-EN-Inflect
Convert singular to plural, select “a” or “an”.
We can use yum
or dnf
to install perl-Lingua-EN-Inflect
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Lingua-EN-Inflect.
Install perl-Lingua-EN-Inflect on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Lingua-EN-Inflect
using dnf
by running the following command:
sudo dnf -y install perl-Lingua-EN-Inflect
Install perl-Lingua-EN-Inflect on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Lingua-EN-Inflect
using yum
by running the following command:
sudo yum -y install perl-Lingua-EN-Inflect
How To Uninstall perl-Lingua-EN-Inflect on Rocky Linux 8
To uninstall only the perl-Lingua-EN-Inflect
package we can use the following command:
sudo dnf remove perl-Lingua-EN-Inflect
perl-Lingua-EN-Inflect Package Contents on Rocky Linux 8
/usr/share/doc/perl-Lingua-EN-Inflect
/usr/share/doc/perl-Lingua-EN-Inflect/Changes
/usr/share/doc/perl-Lingua-EN-Inflect/README
/usr/share/man/man3/Lingua::EN::Inflect.3pm.gz
/usr/share/perl5/vendor_perl/Lingua
/usr/share/perl5/vendor_perl/Lingua/EN
/usr/share/perl5/vendor_perl/Lingua/EN/Inflect.pm
References
Summary
In this tutorial we learn how to install perl-Lingua-EN-Inflect
on Rocky Linux 8 using yum and dnf.