Hey all,
I can't seem upgrade to 0.7.5 using the Debian packages.   Here's what I've
done...

Edited sources.list and changed "unstable" to "07x".

> deb http://www.apache.org/dist/cassandra/debian 07x main
> deb-src http://www.apache.org/dist/cassandra/debian 07x main


Add the new key.

> sudo gpg --keyserver pgp.mit.edu --recv-keys 2B5C1B00

sudo gpg --export --armor 2B5C1B00 | sudo apt-key add -


Run the usual commands.

> sudo aptitude update

sudo aptitude safe-upgrade


The upgrade shows this:

> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Reading extended state information
> Initializing package states... Done
> No packages will be installed, upgraded, or removed.
> 0 packages upgraded, 0 newly installed, 0 to remove and *1 not upgraded*.
> Need to get 0B of archives. After unpacking 0B will be used.
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Reading extended state information
> Initializing package states... Done


The above mentions that 1 package wasn't upgraded (I assume this is 0.7.5).
 Anyone have any ideas what I'm doing wrong?

Cheers,
Dan

Reply via email to