How to Install and Uninstall libfinance-qif-perl Package on Kali Linux

Last updated: May 14,2024

1. Install "libfinance-qif-perl" package

This is a short guide on how to install libfinance-qif-perl on Kali Linux

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

2. Uninstall "libfinance-qif-perl" package

This guide covers the steps necessary to uninstall libfinance-qif-perl on Kali Linux:

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

3. Information about the libfinance-qif-perl package on Kali Linux

Package: libfinance-qif-perl
Version: 3.02-1.1
Installed-Size: 61
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 18996
SHA256: 82f721fe61ea6f5512e5490ce1f3b3e9eff72d6a2bc7efaea0533a3a326dcbef
SHA1: be3099f9093b453ae55397b0a53b697c8d650860
MD5sum: 0064218716ac0a38c8479ba524ee28be
Description: Parse and create Quicken Interchange Format files
Finance::QIF is a module for working with QIF (Quicken Interchange Format)
files in Perl. Finance::QIF reads QIF data records from a file passing each
successive record to the caller for processing. This module also has the
capability of writing QIF records to a file.
.
The QIF file format typically consists of a header containing a record or
transaction type, followed by associated data records. Within a file there
may be multiple headers. Headers are usually followed by data records,
however data is not required to always follow a header.
.
A hash reference is returned for each record read from a file. The hash will
have a "header" value which contains the header type that was read along with
all supported values found for that record. If a value is not specified in
the data file, the value will not exist in this hash.
Description-md5:
Homepage: http://search.cpan.org/dist/Finance-QIF/
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libf/libfinance-qif-perl/libfinance-qif-perl_3.02-1.1_all.deb