Installing GnuCash

Hi folks,
Trying to install GnuCash: From the GnuCash.org website
https://wiki.gnucash.org/wiki/Debian
$sudo apt-get install gnucash

When I install via a Debian version I have some missing dependencies
some packages could not be installed the following have unmet dependencies

libgoffice-0.8-8
libofx6
recommends python-gnucash

Not sure how to install these.

thanks!

1 Like

Have you tried this?
sudo apt-get install libgoffice-0.8-8 libofx6 python-gnucash

This would install all the recommended packages.