How To Install perl-WWW-DuckDuckGo on Fedora 36

In this tutorial we learn how to install perl-WWW-DuckDuckGo in Fedora 36. perl-WWW-DuckDuckGo is Access to the DuckDuckGo APIs

Introduction

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

What is perl-WWW-DuckDuckGo

This distribution gives you an easy access to the DuckDuckGo Zero Click Info API. It tries to connect via HTTPS first and falls back to HTTP if there is a failure.

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

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

sudo dnf -y install perl-WWW-DuckDuckGo

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

sudo yum -y install perl-WWW-DuckDuckGo

How To Uninstall perl-WWW-DuckDuckGo on Fedora 36

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

sudo dnf remove perl-WWW-DuckDuckGo

perl-WWW-DuckDuckGo Package Contents on Fedora 36

/usr/share/doc/perl-WWW-DuckDuckGo
/usr/share/doc/perl-WWW-DuckDuckGo/Changes
/usr/share/doc/perl-WWW-DuckDuckGo/LICENSE
/usr/share/doc/perl-WWW-DuckDuckGo/README
/usr/share/man/man3/WWW::DDG.3pm.gz
/usr/share/man/man3/WWW::DuckDuckGo.3pm.gz
/usr/share/man/man3/WWW::DuckDuckGo::Icon.3pm.gz
/usr/share/man/man3/WWW::DuckDuckGo::Link.3pm.gz
/usr/share/man/man3/WWW::DuckDuckGo::ZeroClickInfo.3pm.gz
/usr/share/perl5/vendor_perl/WWW
/usr/share/perl5/vendor_perl/WWW/DDG.pm
/usr/share/perl5/vendor_perl/WWW/DuckDuckGo
/usr/share/perl5/vendor_perl/WWW/DuckDuckGo.pm
/usr/share/perl5/vendor_perl/WWW/DuckDuckGo/Icon.pm
/usr/share/perl5/vendor_perl/WWW/DuckDuckGo/Link.pm
/usr/share/perl5/vendor_perl/WWW/DuckDuckGo/ZeroClickInfo.pm

References

Summary

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