Synaptic
This is a discussion about Synaptic in the Everything Linux category; 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 in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Apr 5
May 2
0
1 minute
Responses to this topic
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.
Did you by chance try to upgrade the system, or only update packages?
These are two seperate functions.
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.