Simon Ives wrote: > yet. > dpkg: error processing gnome-applets-data (--configure): > dependency problems - leaving unconfigured
Generic "try me" fix for dependency problems: sudo apt-get update ; sudo apt-get install -f When complete, try your package install/upgrade again. "-f" is short for "--fix-broken", which 9 times out of 10 does as advertised. The 1/10 times it doesn't is usually when your packages within the repos are out of sync, as typically happens during development/beta phases. In which case the solution is to wait a few days for the right packages to make it into the repos and try again. -Dan -- ubuntu-au mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-au
