How To Install perl-WWW-Search on Fedora 36

In this tutorial we learn how to install perl-WWW-Search in Fedora 36. perl-WWW-Search is Virtual base class for WWW searches

Introduction

In this tutorial we learn how to install perl-WWW-Search on Fedora 36.

This class is the parent for all access methods supported by the WWW library. This library implements a Perl API to web-based search engines. See README for a list of search engines currently supported, and for a lot of interesting high-level information about this distribution. Search results can be limited, and there is a pause between each request to avoid overloading either the client or the server.

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

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

sudo dnf -y install perl-WWW-Search

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

sudo yum -y install perl-WWW-Search

How To Uninstall perl-WWW-Search on Fedora 36

To uninstall only the perl-WWW-Search package we can use the following command:

sudo dnf remove perl-WWW-Search

perl-WWW-Search Package Contents on Fedora 36

/usr/bin/AutoSearch
/usr/bin/WebSearch
/usr/share/doc/perl-WWW-Search
/usr/share/doc/perl-WWW-Search/Changes
/usr/share/doc/perl-WWW-Search/README
/usr/share/man/man1/AutoSearch.1.gz
/usr/share/man/man1/WebSearch.1.gz
/usr/share/man/man3/WWW::Search.3pm.gz
/usr/share/man/man3/WWW::Search::Null.3pm.gz
/usr/share/man/man3/WWW::Search::Null::Count.3pm.gz
/usr/share/man/man3/WWW::Search::Null::Empty.3pm.gz
/usr/share/man/man3/WWW::Search::Null::Error.3pm.gz
/usr/share/man/man3/WWW::Search::Null::NoVersion.3pm.gz
/usr/share/man/man3/WWW::Search::Result.3pm.gz
/usr/share/man/man3/WWW::Search::Simple.3pm.gz
/usr/share/man/man3/WWW::Search::Test.3pm.gz
/usr/share/man/man3/WWW::SearchResult.3pm.gz
/usr/share/perl5/vendor_perl/WWW
/usr/share/perl5/vendor_perl/WWW/Search
/usr/share/perl5/vendor_perl/WWW/Search.pm
/usr/share/perl5/vendor_perl/WWW/Search/Null
/usr/share/perl5/vendor_perl/WWW/Search/Null.pm
/usr/share/perl5/vendor_perl/WWW/Search/Null/Count.pm
/usr/share/perl5/vendor_perl/WWW/Search/Null/Empty.pm
/usr/share/perl5/vendor_perl/WWW/Search/Null/Error.pm
/usr/share/perl5/vendor_perl/WWW/Search/Null/NoVersion.pm
/usr/share/perl5/vendor_perl/WWW/Search/Result.pm
/usr/share/perl5/vendor_perl/WWW/Search/Simple.pm
/usr/share/perl5/vendor_perl/WWW/Search/Test.pm
/usr/share/perl5/vendor_perl/WWW/SearchResult.pm

References

Summary

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