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

Last updated: July 07,2024

1. Install "libghc-ofx-dev" package

Please follow the guidelines below to install libghc-ofx-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-ofx-dev" package

This guide let you learn how to uninstall libghc-ofx-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-ofx-dev
Priority: extra
Section: universe/haskell
Installed-Size: 1353
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-ofx
Version: 0.4.0.4-1build1
Provides: libghc-ofx-dev-0.4.0.4-531c4
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-parsec-dev-3.1.9-c97a6, libghc-pretty-dev-1.1.2.0-5cc41, libghc-time-dev-1.5.0.1-1b9a5, libc6 (>= 2.2.5)
Suggests: libghc-ofx-doc, libghc-ofx-prof
Filename: pool/universe/h/haskell-ofx/libghc-ofx-dev_0.4.0.4-1build1_amd64.deb
Size: 143514
MD5sum: e073bda96bfb2b3395bc9c12ee7160d6
SHA1: d6b5702d3705afa211c3fc6f3b5505a91610672f
SHA256: 7beec16722076fff1cedb69eaa5fd260a5dd050ec65b260158c3b83f429243c0
Description-en: parser for Open Financial Exchange (OFX) financial data
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 a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: a4e7d98749f29e153be74a9e3b617f02
Homepage: http://www.github.com/massysett/ofx
Ghc-Package: ofx-0.4.0.4-531c41015d05f225022501160d92a96d
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu