kmymoney command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kmymoney: command not found
or when using sudo you get the following error message
sudo: kmymoney: command not found
Solutions to kmymoney: command not found
How To Fix kmymoney: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kmymoney is provided by kmymoney package.
kmymoney is:
KMyMoney is the Personal Finance Manager for KDE. It operates similar to MS-Money and Quicken, supports different account types, categorisation of expenses, QIF import/export, multiple currencies and initial online banking support.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kmymoney
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kmymoney.
sudo apt -y install kmymoney
Or if you have aptitude installed you can use the following command.
sudo aptitude install kmymoney
Summary
In this tutorial we learn how to fix kmymoney command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.