I started an upgrade from 14.0 to 14.1 on my laptop, following the instructions in UPGRADE.TXT as I usually do. I upgraded glibc-solibs, the package utility and related tools, then started the upgrade script to install all the packages:
Code:
#!/bin/sh
for dir in a ap d e f k kde l n t tcl x xap xfce y ; do
( cd $dir ; upgradepkg --install-new *.t?z )
done
I realized I'd forgotten something, so I hit ctrl-c to interrupt it. It was in the process of installing one of the aaa packages, I think it was aaa-base-14.1-i486-1, and I don't think it actually finished installing it.
When I was ready to resume, I ran the script again, and it said "Skipping package aaa_base-14.1-i486-1 (already installed)", and also the next three packages.
How can I tell if it really installed those first four packages. Even better, is there a way I can restart the upgrade from the beginning and reinstall those first few packages to make sure they are installed properly?