GnuCash 2.6.8 released
Plutocrat
plutocrat at gmail.com
Wed Sep 30 22:56:14 EDT 2015
Ron Schnatzmeyer wrote on Thursday, 01 October, 2015 05:24 AM:
> I'm using Mint 17.2 with cinnamon. Do I need to do something different? My understanding is Mint is based on Ubuntu.
Also running Mint 17.2 here. Your 'apt-cache policy gnucash' command indicates you don't have the getdeb repositories properly installed. You're only being offered gnucash from the trusty/universe repository.
> apt-cache says this:
> gnucash:
> Installed: 1:2.6.1-2
> Candidate: 1:2.6.1-2
> Version table:
> *** 1:2.6.1-2 0
> 500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
> 100 /var/lib/dpkg/status
> N: Ignoring file 'getdeb.list.bck' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
You could try installing the getdeb repository again. Or you could just add it manually by creating a file called /etc/apt/sources.list.d/getdeb.list and adding the following line in it:
deb http://archive.getdeb.net/ubuntu trusty-getdeb apps
(you'd need to do this using root permissions. eg. sudo nano /etc/apt/sources.list.d/getdeb.list )
Once you have that, do another 'apt-get update' and check with 'apt-cache policy gnucash'. You should see 2.6.8 as a candidate as well as the 2.6.1 version. (see below)
then 'apt-get upgrade'
Watch for errors during the update process. If it mentions a key error, you may have to re-add the getdeb keys.
P.
For reference, my policy output is this.
> ~ $ apt-cache policy gnucash
> gnucash:
> Installed: 1:2.6.7-1~getdeb1
> Candidate: 1:2.6.8-1~getdeb1
> Version table:
> 1:2.6.8-1~getdeb1 0
> 500 http://archive.getdeb.net/ubuntu/ trusty-getdeb/apps amd64 Packages
> *** 1:2.6.7-1~getdeb1 0
> 100 /var/lib/dpkg/status
> 1:2.6.1-2 0
> 500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
More information about the gnucash-user
mailing list