How To Install perl-Text-ExtractWords on Fedora 36

In this tutorial we learn how to install perl-Text-ExtractWords in Fedora 36. perl-Text-ExtractWords is Perl extension to extract words from strings

Introduction

In this tutorial we learn how to install perl-Text-ExtractWords on Fedora 36.

What is perl-Text-ExtractWords

Extract words from texts or emails, for example to identify spam.

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

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

sudo dnf -y install perl-Text-ExtractWords

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

sudo yum -y install perl-Text-ExtractWords

How To Uninstall perl-Text-ExtractWords on Fedora 36

To uninstall only the perl-Text-ExtractWords package we can use the following command:

sudo dnf remove perl-Text-ExtractWords

perl-Text-ExtractWords Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/69c629d66e05dcd32cbf04e7e85cddaf776de4
/usr/lib64/perl5/vendor_perl/Text
/usr/lib64/perl5/vendor_perl/Text/ExtractWords.pm
/usr/lib64/perl5/vendor_perl/auto/Text
/usr/lib64/perl5/vendor_perl/auto/Text/ExtractWords
/usr/lib64/perl5/vendor_perl/auto/Text/ExtractWords/ExtractWords.so
/usr/lib64/perl5/vendor_perl/auto/Text/ExtractWords/autosplit.ix
/usr/share/doc/perl-Text-ExtractWords
/usr/share/doc/perl-Text-ExtractWords/Changes
/usr/share/doc/perl-Text-ExtractWords/README
/usr/share/doc/perl-Text-ExtractWords/examples
/usr/share/doc/perl-Text-ExtractWords/examples/extract.pl
/usr/share/man/man3/Text::ExtractWords.3pm.gz

References

Summary

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