How to Install and Uninstall libghc-ofx-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libghc-ofx-doc" package

Here is a brief guide to show you how to install libghc-ofx-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-ofx-doc

2. Uninstall "libghc-ofx-doc" package

Please follow the instructions below to uninstall libghc-ofx-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-ofx-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-ofx-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-ofx-doc
Priority: extra
Section: universe/doc
Installed-Size: 368
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-ofx
Version: 0.4.0.4-1build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-parsec3-doc
Filename: pool/universe/h/haskell-ofx/libghc-ofx-doc_0.4.0.4-1build1_all.deb
Size: 42678
MD5sum: 52e8cfbf4405985e9f5f5baca6e54ebc
SHA1: d43944476f6076eb76e0a9c8d90506826781ad4d
SHA256: b63866d08c3a7928a5c52abdc090714e944d1e4b746ec790806dfa652fda8dd7
Description-en: parser for Open Financial Exchange (OFX) financial data; documentation
A parser for Open Financial Exchange (OFX) financial data. This
handles OFX version 1.03, which is documented at http://www.ofx.net/ .
This also handles QFX, which is OFX plus some minor additions made by
Intuit, the publishers of Quicken.
.
The parser will place all the data into a tree, which you can query
for whatever data you may need, although you will need to be familiar
with the OFX spec to do this. There is also a Transaction type which
you can easily parse from the tree; this will contain most, if not
all, of the data you will be interested in if your OFX file is from a
bank or credit card account.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 9358a572c376359c6f7ed2a574910b58
Homepage: http://www.github.com/massysett/ofx
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu