KMyMoney is a free and open source personal finance manager application for Linux, Windows and MacOS. Using KMyMoney, you can manager all your finance details easily. It comes with overall financial summary display like current balance, overdue and upcoming scheduled transactions, institutions view, accounts view, income or expense, scheduled transactions view, categories view, tag view, payee view, ledger view, investments view, reports view, budgets view, forecast view and many more. Each view contains many additional features. Some other features are QIF import and GPG encryption.
How to Install KMyMoney on Ubuntu
To install KMyMoney on your Ubuntu Linux system, run below command. It will install the latest version of KMyMoney.
sudo apt install kmymoney -y
After the successful installation of KMyMoney, you can open it using below command or via the Show Apps menu.
kmymoney
Install KMyMoney via flatpak:
First install flatpak and flathub on your system using below command and restart it after the installation. If you already installed then skip this.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After that open the terminal app (ctrl+alt+t) and run below KMyMoney install command.
flatpak install flathub org.kde.kmymoney
And open it using below command or via the show apps menu from Ubuntu dock.
flatpak run org.kde.kmymoney
And you can also uninstall it using below command.
flatpak uninstall org.kde.kmymoney
[OR]
sudo flatpak uninstall org.kde.kmymoney