Hi Dr. Blunt, > I ran > apt-get update
It's "yum update". > and got messages about duplicate rpms. > So I forced the uninstall and reinstall of those rpms and that fixed > those errors. Oooh, bad. If the RPM database shows a certain RPM twice, then do NOT just delete that RPM. Choose the one with the older version and use this command instead: rpm -e --justdb rpm-name-version-release That will just remove the double entry from the RPM database, but not from the filesystem. -- With best regards Michael Stauber _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
