How to Install and Uninstall libfinance-quote-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libfinance-quote-perl" package

This is a short guide on how to install libfinance-quote-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libfinance-quote-perl

2. Uninstall "libfinance-quote-perl" package

Learn how to uninstall libfinance-quote-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libfinance-quote-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfinance-quote-perl package on Ubuntu 21.10 (Impish Indri)

Package: libfinance-quote-perl
Architecture: all
Version: 1.50~rc2-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 504
Depends: perl:any, libcgi-pm-perl, libdatetime-format-strptime-perl, libdatetime-perl, libencode-perl, libhtml-parser-perl, libhtml-tableextract-perl, libhtml-tokeparser-simple-perl, libhtml-tree-perl, libhtml-treebuilder-xpath-perl, libhttp-cookies-perl, libhttp-message-perl, libio-compress-perl, libjson-parse-perl, libjson-perl, liblwp-protocol-https-perl, libscalar-list-utils-perl, libspreadsheet-xlsx-perl, libtext-template-perl, libtext-trim-perl, libtry-tiny-perl, liburi-perl, libweb-scraper-perl, libwww-perl, libxml-libxml-perl
Filename: pool/universe/libf/libfinance-quote-perl/libfinance-quote-perl_1.50~rc2-2_all.deb
Size: 169232
MD5sum: 989d87270dad8616d5ee28ed5821625b
SHA1: 74d36dd4e969f2d69f0355f82610879e8e4d74d5
SHA256: 570e01492bf51dc7727dc4535d48707a608aea5e16189be93e6b486fb5568b22
SHA512: 022758098949bad3e36e5a5f733ddc6a322a453a967af09178e47c7e3d33c77c0ff7f86ae0c611d4bbd6075b85450bff5fbac2491de74f84941993e707371efe
Homepage: http://finance-quote.sourceforge.net/
Description-en: Perl module for retrieving stock quotes from a variety of sources
Finance::Quote gets stock quotes from various internet sources all over the
world. Quotes are obtained by constructing a quoter object and using the
fetch method to gather data, which is returned as a two-dimensional hash (or
a reference to such a hash, if called in a scalar context). For example:
.
$q = Finance::Quote->new;
%info = $q->fetch("australia", "CML");
print "The price of CML is ".$info{"CML", "price"};
.
The first part of the hash (eg, "CML") is referred to as the stock.
The second part (in this case, "price") is referred to as the label.
Description-md5: 07a83142a5451f994d5127f7679cb2fa