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.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar24.webp

1 Posts
Location -
Joined 2006-04-05
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

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
What distro and version of Linux are you using? Debian, Fedora, Ubuntu....?
 
Did you by chance try to upgrade the system, or only update packages?
 
These are two seperate functions.

data/avatar/default/avatar35.webp

41 Posts
Location -
Joined 2005-01-19
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).

data/avatar/default/avatar05.webp

309 Posts
Location -
Joined 2004-02-24
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.