homebank command not found

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

Introduction

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

homebank: command not found

or when using sudo you get the following error message

sudo: homebank: command not found

Solutions to homebank: command not found

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

In Ubuntu homebank is provided by homebank package.

homebank is:

HomeBank is a fast, simple and easy to use program to manage your personal accounting. It has a lot of features such as easy analysis with graphical charts (statistics, budget, overdrawn, car cost), useful reports (“Where your money goes”, “Trend Time Report” ), multi-accounts support, budget management, reminder, import from OFX/QFX-CSV files, visual status of operations. It is based on GTK2.

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

sudo apt-get -y install homebank

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

You can also use apt command to install homebank.

sudo apt -y install homebank

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

sudo aptitude install homebank

Summary

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