64 Bit OS: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
Created page with "Once Linux is installed and if you are running a 64 Bit OS, removed any i386 packages and update yum so no i386 packages are later installed. <pre> yum –y remove *.i386 </pre>..."
(No difference)

Revision as of 12:02, 18 November 2010

Once Linux is installed and if you are running a 64 Bit OS, removed any i386 packages and update yum so no i386 packages are later installed.

yum –y remove *.i386

and edit /etc/yum.conf

exclude=*.i386 *.i586 *.i686