ofxstatement command not found

In this troubleshooting guide we learn how to fix ofxstatement command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

ofxstatement: command not found

or when using sudo you get the following error message

sudo: ofxstatement: command not found

Solutions to ofxstatement: command not found

How To Fix ofxstatement: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ofxstatement is provided by ofxstatement package.

ofxstatement is:

Most internet banking systems are capable of exporting account transactions to some sort of computer readable formats, but few supports standard data formats, like OFX. On the other hand, personal accounting tools, such as GnuCash support standard formats only, and will probably never support proprietary statement formats of online banking systems.

Ofxstatement is a tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash

To fix this problem, we can install more using the command below.

sudo apt-get -y install ofxstatement

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install ofxstatement.

sudo apt -y install ofxstatement

Or if you have aptitude installed you can use the following command.

sudo aptitude install ofxstatement

Summary

In this tutorial we learn how to fix ofxstatement command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.