64 Bit OS

From KlavoWiki
Revision as of 12:02, 18 November 2010 by David (talk | contribs) (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>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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