PDA

View Full Version : How can I clean up when Synaptic screws up?



soubeagi
06-29-2013, 08:54 PM
Preface #1: I posted in this section because it has "apt" in its title, but I apologize in advance if it should have gone elsewhere.

Preface #2: I use Knoppix for two purposes: A) to repair those other OSs when they get too badly screwed up to run properly, and B) to experiment with *nix technology in a way that won't crash my essential systems.

From Apt-get / dpkg tutorial (http://knoppix.net/forum/threads/2575-Apt-get-dpkg-tutorial?p=84501&viewfull=1#post84501):

that's how *I* learn. Not by man, not by asking questions, but by blowing it up and then examining all the little pieces, and finally publishing and asking for opinions. The nuclear physicist method, if you will.

For B), I do many things with Knoppix that KK (http://www.knopper.net/knopper/index-en.html) and WPS (http://knoppix.net/forum/members/47400-Werner-P.-Schulz) specifically warn not to do (http://knoppix.net/wiki/HD_Install_Warning_not_to_do_it), including (in my current case) trying to upgrade the preinstalled packages that come with Knoppix. I ask this question here because I haven't had any luck finding an answer elsewhere - not because it's particularly appropriate to Knoppix.

Preface #3: I'm not exactly a clueless newbie; when I started using Unix, it was an actual AT&T product on actual AT&T hardware, connected to actual terminals - but much of what computers do nowadays involves hiding the complexities of running them, making finding out what's going on "under the hood" (let alone digging around in there) next to impossible.

And now, on to the actual question: I recently tried to upgrade some of the packages on my Knoppix USB key, but one of the upgrades failed, and now every time I do anything with Synaptic, it keeps trying (and again failing) to redo the failed upgrade. (I'm deliberately not mentioning which package failed to upgrade, because I don't want to sidetrack this thread with package-specific discussions, or warnings about how bad it is to try to upgrade packages you know little about.)

How do I make Synaptic forget that this upgrade is pending, and stop trying to finish it?

Werner P. Schulz
06-29-2013, 10:42 PM
.. I do anything with Synaptic, it keeps trying (and again failing) to redo the failed upgrade. (I'm deliberately not mentioning which package failed to upgrade, ..Perhaps "Synaptic => File => History" can display you, which package failed. I would try "aptitude purge this_package".

soubeagi
06-30-2013, 02:02 AM
Perhaps "Synaptic => File => History" can display you, which package failed.
I know which package failed; I just didn't want to tell you. ;)


I would try "aptitude purge this_package".
This would result in some two dozen other packages also getting uninstalled because of dependencies. I was hoping to find some way of forcing the system to temporarily ignore the dependencies. At this point it seems the easiest solution will be to restore from my backup again.

Werner P. Schulz
06-30-2013, 07:52 AM
This would result in some two dozen other packages also getting uninstalled ..Sometimes this is the only way to get a solution. Make a notice of this packages and if needed try to reinstall them later.

You can play with "aptitude" and his options "-t" and/or "-f" and for the first time always combined with "-s" (read "man aptitude" about what these options will do). But this is a painful job.

soubeagi
07-02-2013, 06:48 PM
You can play with "aptitude" [...] But this is a painful job.
And one that I'm currently not up to tackling. I think my best course of action right now is to switch to Knoppix 7.2 (now that it's out) and work on customizing that.

Vontux
12-25-2013, 12:03 AM
On crunchbang linux which is basically debian wheezy I've had to run "sudo apt-get -f install" a few times, perhaps that will be a simple fix for you, it often is for me when I have problems apt.