On Fri, 2005-08-12 at 10:32 -0400, Gavin Li wrote: > Thanks for your reply. > Although it is not convenient, but at least has a method to do it. > One more question: Is there a way to control the live update to only > update > i386 rpm not i686 rpm, if I am running RHFC on a P4 machine? man yum.conf Look for the "exactarch" section. Phil P.S. Tip to find the packages you need to replace: # rpm -qa --queryformat='%{name}-%{version}-%{release}.%{arch}\n' | \ grep -Ev "(i386|noarch|gpg-pubkey)"