I was fooling around trying to fix this problem, and I removed some important packages. When I realized that it was cleaning out more things that I had intended, I just rebooted, rather than try to find the forked process and stop it. Now I can see in aptitude that I have several broken packages, which do NOT show up in synaptic. Rather than try to install the missing packages (e.g., Python, YIKES!), the "resolution" is to remove 354 packages that are still installed which depend on what's missing. Is there a command to go through all the installed packages, and make sure that all of their dependencies are also installed? If I could just get a list, that would be useful, but, clearly, a command to just "do it" and install them would be better.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
|||
|
Other than the installation and/or In addition, you can "accept" or "reject" proposals regarding individual packages by selecting them in the list at the top and using |
|||
|
|
ubuntu-desktopthat should bring with it almost all you need. Alsoapt-get install -fshould try to resolve dependencies problems. – enzotib Jul 27 '11 at 13:43apt-get install -fin several other places, but that doesn't do anything for me either. I actually DID GET IT FIXED (apparently) by just reinstalling python-doc. That madeaptitudestop reporting any broken packages. However, I want to leave the question open for the general solution. – David Krider Jul 27 '11 at 13:56