How to Install and Uninstall python-ofxparse Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 07,2024

1. Install "python-ofxparse" package

This tutorial shows how to install python-ofxparse on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ofxparse

2. Uninstall "python-ofxparse" package

This guide let you learn how to uninstall python-ofxparse on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-ofxparse $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-ofxparse package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-ofxparse
Priority: optional
Section: universe/python
Installed-Size: 288
Maintainer: Ubuntu Developers
Original-Maintainer: Clint Adams
Architecture: all
Version: 0.14-1
Depends: python-six, python:any (<< 2.8), python-bs4, python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-ofxparse/python-ofxparse_0.14-1_all.deb
Size: 28140
MD5sum: 174581aac447cc9bfaac13789afe100c
SHA1: fbf07a99f548ab23136baa52563f0c32de2772f8
SHA256: 30a67f179a668ac12db8cb2034a70e468b183ab3fbdfd8a758e6d0094bad8e06
Description-en: parser for Open Financial Exchange (.ofx) format files
ofxparse is a parser for Open Financial Exchange (.ofx) format files.
OFX files are available from almost any online banking site, so they
work well if you want to pull together your finances from multiple
sources. Online trading accounts also provide account statements in
OFX files.
.
There are three different types of OFX files, called BankAccount,
CreditAccount and InvestmentAccount files. This library has been
tested with real-world samples of all three types. If you find a file
that does not work with this library, please consider contributing the
file so ofxparse can be improved. See the Help! section below for
directions on how to do this.
Description-md5: 0d7d02b55b5e9689b4584141778b53ab
Homepage: https://sites.google.com/site/ofxparse/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu