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 edit summary |
||
Line 8: | Line 8: | ||
<pre> | <pre> | ||
exclude=*.i386 *.i586 | exclude=*.i386 *.i586 | ||
</pre> | </pre> | ||
[[Category : Linux]] | [[Category : Linux]] |
Revision as of 01:28, 19 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