Had been getting dependency problems on Ubuntu 11.04 (was using gnome3 ppa)
satheesh@dhcp-maa-125-17-130-186-08:02:22-~$ sudo apt-get dist-upgrade
[sudo] password for satheesh:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Failed
The following packages have unmet dependencies:
evince-common : Breaks: evince (< 3.0.0-0ubuntu1) but 3.0.0-0ubuntu1~build1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
The following fixed,
satheesh@dhcp-maa-125-17-130-186-09:31:31-~$ sudo apt-get install --reinstall evince
Then did reinstall of gnome-session-bin and gnome-session-common and installed gnome-session
Advertisement
Thanks,
Good fix.
It’s really work! Thanks!!!