<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: rhel/centos x86_64 and i386 packages mess&#8230;</title>
	<atom:link href="http://linuxsysadminblog.com/2009/05/rhelcentos-x86_64-and-i386-packages-mess/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxsysadminblog.com/2009/05/rhelcentos-x86_64-and-i386-packages-mess/</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 14:52:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Todd</title>
		<link>http://linuxsysadminblog.com/2009/05/rhelcentos-x86_64-and-i386-packages-mess/comment-page-1/#comment-1125</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Tue, 25 May 2010 15:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=665#comment-1125</guid>
		<description>Add to your yum.conf:
multilib_policy=best

That will make it install only from the current arch when you yum install things.  As far as cleaning up what&#039;s currently installed, I typically do this:
LIST=`rpm -qa &#124; grep i386`
rpm -e $LIST openssl.i686

Basically does the same as the yum command from the first poster, but dies out if there is some kind of dependency that I wasn&#039;t aware of (whereas yum will happily destroy your system).</description>
		<content:encoded><![CDATA[<p>Add to your yum.conf:<br />
multilib_policy=best</p>
<p>That will make it install only from the current arch when you yum install things.  As far as cleaning up what&#8217;s currently installed, I typically do this:<br />
LIST=`rpm -qa | grep i386`<br />
rpm -e $LIST openssl.i686</p>
<p>Basically does the same as the yum command from the first poster, but dies out if there is some kind of dependency that I wasn&#8217;t aware of (whereas yum will happily destroy your system).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius</title>
		<link>http://linuxsysadminblog.com/2009/05/rhelcentos-x86_64-and-i386-packages-mess/comment-page-1/#comment-567</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Tue, 13 Oct 2009 09:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=665#comment-567</guid>
		<description>@Patrick: I would not go on and remove all the packages as that might cause some unexpected results. I always do this immediately after the installation, so on my systems the only i386 packages are the one that come from the installer. You might want to selectively remove them if you really want to do that. hth.</description>
		<content:encoded><![CDATA[<p>@Patrick: I would not go on and remove all the packages as that might cause some unexpected results. I always do this immediately after the installation, so on my systems the only i386 packages are the one that come from the installer. You might want to selectively remove them if you really want to do that. hth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick McEvoy</title>
		<link>http://linuxsysadminblog.com/2009/05/rhelcentos-x86_64-and-i386-packages-mess/comment-page-1/#comment-565</link>
		<dc:creator>Patrick McEvoy</dc:creator>
		<pubDate>Mon, 12 Oct 2009 21:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://linuxsysadminblog.com/?p=665#comment-565</guid>
		<description>Hello,

Is it advisable to clean up the system by deleting the i386 rpms?  If so how do you know which ones to remove and which ones CentOS or RHEL require to be installed?  You can use &quot;yum list installed \*.i386&quot; to list all of the i386 rpms installed on your x86_64 system and I assume you could use &quot;yum remove installed \*.i386&quot; to delete them all.  If there were a few which were necessary to keep you could exclude them in yum.conf.

Thanks for the explanation above.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Is it advisable to clean up the system by deleting the i386 rpms?  If so how do you know which ones to remove and which ones CentOS or RHEL require to be installed?  You can use &#8220;yum list installed \*.i386&#8243; to list all of the i386 rpms installed on your x86_64 system and I assume you could use &#8220;yum remove installed \*.i386&#8243; to delete them all.  If there were a few which were necessary to keep you could exclude them in yum.conf.</p>
<p>Thanks for the explanation above.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

