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

Last updated: May 13,2024

1. Install "libghc-ofx-prof" package

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

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

2. Uninstall "libghc-ofx-prof" package

Learn how to uninstall libghc-ofx-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-ofx-prof
Priority: extra
Section: universe/haskell
Installed-Size: 1217
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-ofx
Version: 0.4.0.4-1build1
Provides: libghc-ofx-prof-0.4.0.4-531c4
Depends: libghc-ofx-dev (= 0.4.0.4-1build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-parsec-prof-3.1.9-c97a6, libghc-pretty-prof-1.1.2.0-5cc41, libghc-time-prof-1.5.0.1-1b9a5
Filename: pool/universe/h/haskell-ofx/libghc-ofx-prof_0.4.0.4-1build1_amd64.deb
Size: 117560
MD5sum: 3719b6b83120dc88470b94e7fc58d55d
SHA1: 6a4dfa5d92b5b146f0f7a5c7ae379505742e3493
SHA256: 44a6134a60277bf4c873bc503f6f3bcbfaecb7e9add33ce383babb5005fb74a8
Description-en: parser for Open Financial Exchange (OFX) financial data; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: b2c381f7541f1127f275ffcf96b0543b
Homepage: http://www.github.com/massysett/ofx
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu