I'm new to ubuntu, so please excuse any naive questions. After a fresh install of 14.04, I was adding apps from the Software Center, but most of them continued to fail because "Package Dependencies could not be resolved". Here is an example for trying to install guake :
guake: Depends: libc6 (>= 2.4) but 2.19-0ubuntu6 is to be installed
Depends: libglib2.0-0 (>= 2.12.0) but 2.40.0-2 is to be installed
Depends: libgtk2.0-0 (>= 2.24.0) but 2.24.23-0ubuntu1 is to be installed
Depends: libpython2.7 (>= 2.7) but 2.7.6-8 is to be installed
Depends: python (>= 2.7.1-0ubuntu2) but 2.7.5-5ubuntu3 is to be installed
After trying a variety of things with apt-get (update, clean, install -f, etc.), I saw a suggestion to install aptitude. But, now aptitude suggests that I should downgrade my packages :
Downgrade the following packages:
1) python-gtk2 [2.24.0-3ubuntu3 (now) -> 2.24.0-3ubuntu1 (saucy)]
This seems to be asking me to downgrade to the version of the previous Ubuntu version (saucy salamander), and similarly for most apps that I'm trying to install. What should I do? Downgrade the packages? Or just install Ubuntu 13.10?
PS : My software sources are the default ones + canonical partners.