On Wed, 2 Jul 2003, Gerry Tool wrote: > You were right on. Each of 17 packages had two versions and I was able > to remove the older one with rpm -e in each case. The only problem with that is that the upgrade may not have finished, so there is no guarantee that you have a complete package. Try rpm -vV to check package integrity, eg. rpm -vV httpd and if there is are errors (some like httpd.conf are standard) try reinstalling, rpm -Uvh --replacefiles --replacepkgs httpd*rpm should work. Michael Young