| > No. Nothing was broken. The updates you had asked for were about to break something if you installed them. The error message was the package manager stopping you from breaking your system. Uhm... two things. First: you see this screenshot? https://askubuntu.com/q/814380
Aside from the actual package names, the bottom part is the same kind of error I got. See how it says "You have held __broken___ packages"? See how the top answer is "You can use Aptitude to automatically __fix__ the __broken__ packages"? Yeah, I interpret that to mean I had broken packages. After updating. Not before. Oh, and actually, I think it's basically the same kind of situation as in that link. Notice it has >17k views, only 2 answers, and no accepted answer? Yeah, I guess it's not so easy to resolve. Second: Even if I ignore the above and pretend nothing there is currently broken, a system that cannot be updated is, uhm, broken. So not only was this system just broken, it was doubly broken. |
I actually don't, imgur is blocked where I work. But I know the error you're talking about.
> Yeah, I interpret that to mean I had broken packages. After updating. Not before.
Yeah the error reporting is bad, which is where the whole unix philosophy of small cooperating programs goes completely wrong. (Or possibly the error is correct and the package is broken - Ubuntu maintainers in particular seem to make bad packages quite often. But the package manager isn't the problem there)
> Notice it has >17k views, only 2 answers, and no accepted answer? Yeah, I guess it's not so easy to resolve.
More likely the user who asked it (3 questions, 0 answers) got bored and never "accepted".
> Even if I ignore the above and pretend nothing there is currently broken, a system that cannot be updated is, uhm, broken.
In as much as you now can't use the package manager to update all your programs? I mean I'd agree that this qualifies as "broken", but it's exactly as broken as a system that doesn't have a package manager in the first place. You could still update all the individual programs manually like you would on windows. Which is what I thought you were advocating?