Synaptic
Hi I'm having trouble with synaptic. I have several broken packages, but when I click 'fix broken packages' or try to install/upgrade any package, it insists on removing 292 other packages. I think the problem may have arisen when I tried to get gcc working.
Hi
I'm having trouble with synaptic. I have several broken packages, but when I click 'fix broken packages' or try to install/upgrade any package, it insists on removing 292 other packages. I think the problem may have arisen when I tried to get gcc working. I now seem to have gcc 3.3 and gcc 4.0, but I can't remove/upgrade either due to the above mentioned problem.
Thanks
I'm having trouble with synaptic. I have several broken packages, but when I click 'fix broken packages' or try to install/upgrade any package, it insists on removing 292 other packages. I think the problem may have arisen when I tried to get gcc working. I now seem to have gcc 3.3 and gcc 4.0, but I can't remove/upgrade either due to the above mentioned problem.
Thanks
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
Well, it looks and smells like some flavor of Debian or derivative thereof... This is a lovely problem that I've had many times.... If you're feeling daring, you could remove what it is you need to remove, making note of what else gets removed in the process. Then to re-install anything it removed that you needed (preferably quickly, logging out or rebooting before you fix things can be a bad thing).
two command i would try before just uninstalling, first update the sources
apt-get -f install
dpkg --configure -a
then i would try to remove the packages if those did nothing.
apt-get -f install
dpkg --configure -a
then i would try to remove the packages if those did nothing.