How To Install perl-Finance-YahooQuote on Fedora 36

In this tutorial we learn how to install perl-Finance-YahooQuote in Fedora 36. perl-Finance-YahooQuote is Perl interface to get stock quotes from Yahoo! Finance

Introduction

In this tutorial we learn how to install perl-Finance-YahooQuote on Fedora 36.

What is perl-Finance-YahooQuote

Perl interface to get stock quotes from Yahoo! Finance

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

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

sudo dnf -y install perl-Finance-YahooQuote

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

sudo yum -y install perl-Finance-YahooQuote

How To Uninstall perl-Finance-YahooQuote on Fedora 36

To uninstall only the perl-Finance-YahooQuote package we can use the following command:

sudo dnf remove perl-Finance-YahooQuote

perl-Finance-YahooQuote Package Contents on Fedora 36

/usr/bin/yahooquote
/usr/share/doc/perl-Finance-YahooQuote
/usr/share/doc/perl-Finance-YahooQuote/CHANGES
/usr/share/doc/perl-Finance-YahooQuote/README.md
/usr/share/doc/perl-Finance-YahooQuote/examples
/usr/share/doc/perl-Finance-YahooQuote/examples/examine_server.sh
/usr/share/doc/perl-Finance-YahooQuote/examples/fixyahoo.pl
/usr/share/doc/perl-Finance-YahooQuote/examples/symbol_alias.sh
/usr/share/licenses/perl-Finance-YahooQuote
/usr/share/licenses/perl-Finance-YahooQuote/GNU-LICENSE
/usr/share/man/man1/yahooquote.1.gz
/usr/share/man/man3/Finance::YahooQuote.3pm.gz
/usr/share/perl5/vendor_perl/Finance
/usr/share/perl5/vendor_perl/Finance/YahooQuote.pm

References

Summary

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