grisbi command not found

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

Introduction

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

grisbi: command not found

or when using sudo you get the following error message

sudo: grisbi: command not found

Solutions to grisbi: command not found

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

In Ubuntu grisbi is provided by grisbi package.

grisbi is:

Grisbi is a personal accounting program. Grisbi can handle multiple accounts, currencies and users. It helps you manage your money using third party, expenditure and receipt categories, as well as budgetary lines, financial years, and other information that makes it adapted for both personal and associative accounting.

Grisbi can import accounts from QIF, OFX and Gnucash files. It can print reports using LaTeX or export them via HTML.

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

sudo apt-get -y install grisbi

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

You can also use apt command to install grisbi.

sudo apt -y install grisbi

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

sudo aptitude install grisbi

Summary

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