Ubuntu Repositories: GNUCash
GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows. It is very easy to use, yet powerful and flexible. It
allows you to track bank accounts, stocks, income and expenses. I’ve been using it from the days of my Windows, It is very quick and intuitive to use as a checkbook register, and is based on
professional accounting principles to ensure balanced books and
accurate reports.
Here’s the PPA to get the latest GNUCash:
sudo apt-key adv
--keyserver keyserver.ubuntu.com--recv-keys 2FAD1E8D
Adding the repository:
. /etc/lsb-releaseecho deb http://ppa.launchpad.net/gnucash/ppa/ubuntu\ `lsb_release
--short--codename` main | \sudo tee /etc/apt/sources.list.d/gnucash.list
Update the sources list:
sudo apt-get update
Source: GNUCash Wiki