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

Last updated: May 18,2024

1. Install "python3-ofxparse" package

Please follow the guidelines below to install python3-ofxparse on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-ofxparse

2. Uninstall "python3-ofxparse" package

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

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

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

Package: python3-ofxparse
Priority: optional
Section: universe/python
Installed-Size: 288
Maintainer: Ubuntu Developers
Original-Maintainer: Clint Adams
Architecture: all
Source: python-ofxparse
Version: 0.14-1
Depends: python3:any (>= 3.3.2-2~), python3-six, python3-bs4
Filename: pool/universe/p/python-ofxparse/python3-ofxparse_0.14-1_all.deb
Size: 28178
MD5sum: 9a1b8e91b1e25cf21db319b06de75977
SHA1: 22bd2cb76495eb8dafd172543981e9b01c9bc340
SHA256: a5ab0a097aca999122ae041f64db707c3783c663dc350824f2ca94b3adb923bc
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