Grisbi is a free and open source personal finance manager application for Linux, Windows and MacOS. Using Grisbi, you can manage multiple accounts, multiple currencies and multiple users easily. It comes with expenditure, receipt categories, budget, financial years, budget estimates, bank management, transfers between accounts and many more.
Download Grisbi [Windows,MacOS,Linux]
How to Install Grisbi on Ubuntu
Grisbi is available as a flatpak package file from the remote flathub. If you don’t have then install flatpak and flathub from the below commands and restart it after the installation.
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 Grisbi flatpak install command.
flatpak install flathub org.grisbi.Grisbi
You can open Grisbi app using below command. or via the Show Apps from the Ubuntu dash dock.
flatpak run org.grisbi.Grisbi
You can also uninstall it using below commands.
flatpak uninstall org.grisbi.Grisbi
[OR]
sudo flatpak uninstall org.grisbi.Grisbi