eqonomize command not found

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

Introduction

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

eqonomize: command not found

or when using sudo you get the following error message

sudo: eqonomize: command not found

Solutions to eqonomize: command not found

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

In Ubuntu eqonomize is provided by eqonomize package.

eqonomize is:

Eqonomize! is a personal accounting software for KDE, with focus on efficiency and ease of use for the small household economy. It provides a complete solution, with bookkeeping by double entry and support for scheduled recurring transactions, security investments, and budgeting. It gives a clear overview of past and present transactions, and development of incomes and expenses, with descriptive tables and charts, as well as an approximation of future account values.

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

sudo apt-get -y install eqonomize

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

You can also use apt command to install eqonomize.

sudo apt -y install eqonomize

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

sudo aptitude install eqonomize

Summary

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