I am using Ubuntu 15.04. I installed Gnome Evolution 3.16 by adding the Gnome PPA in my sources list. This worked briefly, but then Evolution stopped working with my Google Apps accounts (happened on two separate fresh installs, and worked fine initially, but stopped working after I restarted Evolution).
I have since removed Evolution 3.16 (used the Software center to uninstall), and also removed the PPA for Gnome from my sources. I have rebuilt the sources list (apt-get update... and done an autoclean and autoremove as well).
I am getting a number of dependencies unmet errors when I try and install the default Ubuntu tested version of Evolution (ver 3.12) now:
Depends: evolution-common(=3.12.11-0ubuntu3) but 3.12.11-0ubuntu3 is to be installed
Running the install from the terminal results in the following error (using sudo apt-get install evolution):
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
evolution : Depends: evolution-data-server (< 3.13) but 3.16.0-fta1 is to be installed
Recommends: evolution-plugins but it is not going to be installed
Recommends: spamassassin but it is not going to be installed or bogofilter but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Any help would be appreciated.
- Add the PPAs again, and yes, I'am sure.
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install -f
sudo apt-get install ppa-purge
- Use
sudo ppa-purge
to remove the PPAs and to downgrade your GNOME environment
No comments:
Post a Comment