Synaptic can do the same thing, and then import the list from the resulting text file; however, if you have a partially corrupted install and you're having to reinstall, Synaptic (or even apt utilities) may not be working. In that case, the installer may also be unable to get the list, but it's at least possible the list itself is intact though programs may not run due to corrupted libraries etc. or the system may not even fully boot. Mainly, as with my other suggestions, this is likely to be a help to those of us where are using Linux/antiX because we're moving away from Microsoft (whether due to old hardware Windows no longer supports or due to philosophical or monetary differences) and are very far from being experts, hence likely to make mistakes (especially when they're offered by the installer).fatmac wrote:If you run 'apt-cache pkgnames', you will get a list of all installed packages. That will let you do a 'diff' against a fresh install. to see what you installed since the original installation. I know its probably too late for you just now, but might be something to think about for the future.
But obviously, not when /home is inside / (i.e. not in a separate partition) and we've told the installer to preserve data in /home. This is the situation I'm suggesting doesn't work as it should. Based on my results, it appears in this case that the installer is failing to fully overwrite or remove the existing files outside /home. I don't know enough about Linux to know how to reliably remove folders that aren't empty, never mind detect if something prevents that method from working, but I presume there's a less wholesale method than simply wiping the entire partition.anticapitalista wrote:This is what the installer does to the root partition.
From the installer code
Code: Select all
/bin/dd if=/dev/zero of=%1 bs=512 count=100"