Jay wrote:
The better question to ask is *why* does apt want to remove those packages? If you don't know, you might have a hosed system ALREADY.
run an "apt-get -f install" (with no suffix)
That forces apt to "fix" your dep tree ...
The main packages that made me panic were GNOME and FGLRX. My Debian Apt-Get had become obsessed with destroying GNOME and FGLRX. And I didn't know why SDL_Image_dev should want to destroy FGLRX or GNOME. I saw no connection. (Not to mention that it took me three months to get FGLRX to work correctly, and I can't remimber where the tutorial I followed is, so anything that hints at breaking that again makes me want to scream in terror)
Over the weekend, I went through and upgraded all the packages by hand in Synaptic (Click on package. Upgrade. Check to make sure it wasn't nuking GNOME or FGLRX). I now have all the newest GNOME packages (in debian) and it works just fine, no more package nuking. I just don't know.
But, usually, when I run into stupid stuff like this, I'll get the RPM, alien it to a deb, and dpkg it in where it needs to be. And it works. But I'd rather just make apt-get just allow it, even if it felt it necessary to constantly point it out to me every time I used apt-get.