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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''NOTE''': This does not seem to be necessary with CentOS 6.0<br>
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.
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.


Line 8: Line 9:


<pre>
<pre>
exclude=*.i386 *.i586 *.i686
exclude=*.i386 *.i586
</pre>
</pre>


[[Category : Linux]]
[[Category : Linux]]

Latest revision as of 07:44, 5 September 2011

NOTE: This does not seem to be necessary with CentOS 6.0
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