How To Install perl-App-DuckDuckGo on Fedora 36
Introduction
In this tutorial we learn how to install perl-App-DuckDuckGo on Fedora 36.
What is perl-App-DuckDuckGo
This is the class which is used by the duckduckgo command to do the work. Please refer to the duckduckgo package to get the documentation for the command line tool.
We can use yum or dnf to install perl-App-DuckDuckGo on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-App-DuckDuckGo.
Install perl-App-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-App-DuckDuckGo using dnf by running the following command:
sudo dnf -y install perl-App-DuckDuckGo
Install perl-App-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-App-DuckDuckGo using yum by running the following command:
sudo yum -y install perl-App-DuckDuckGo
How To Uninstall perl-App-DuckDuckGo on Fedora 36
To uninstall only the perl-App-DuckDuckGo package we can use the following command:
sudo dnf remove perl-App-DuckDuckGo
perl-App-DuckDuckGo Package Contents on Fedora 36
/usr/share/doc/perl-App-DuckDuckGo
/usr/share/doc/perl-App-DuckDuckGo/Changes
/usr/share/doc/perl-App-DuckDuckGo/LICENSE
/usr/share/doc/perl-App-DuckDuckGo/README
/usr/share/man/man3/App::DuckDuckGo.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/DuckDuckGo.pm
References
Summary
In this tutorial we learn how to install perl-App-DuckDuckGo on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).