<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>i cant think &#187; centos</title>
	<atom:link href="http://wan.pengganas.net/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://wan.pengganas.net</link>
	<description>a personal blog belong to mohammad azwan bin ali. you can find his writing about his life, thoughts , linux tips &#38; tricks, programming and many more</description>
	<lastBuildDate>Fri, 23 Jul 2010 13:44:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>how to install yum into centos 5</title>
		<link>http://wan.pengganas.net/entry/how-to-install-yum-into-centos-5/</link>
		<comments>http://wan.pengganas.net/entry/how-to-install-yum-into-centos-5/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 19:34:36 +0000</pubDate>
		<dc:creator>azwan ali</dc:creator>
				<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://wan.pengganas.net/?p=284</guid>
		<description><![CDATA[orait, got centos 5 vps/dedicated that don't have yum installed?? enough doing googling but yet not find any WORKING solution?? (i hope so... haha) actually last night my friend ask me to configure his centos vps which is dont have yum (i know, i'm noob and i cant work centos out without YUM) so, here [...]]]></description>
			<content:encoded><![CDATA[<p>orait, got centos 5 vps/dedicated that don't have yum installed?? enough doing googling but yet not find any WORKING solution?? (i hope so... haha)</p>
<p>actually last night my friend ask me to configure his centos vps which is dont have yum (i know, i'm noob and i cant work centos out without YUM)</p>
<p>so, here is the quick way to install YUM-my package manager in less then 10 minutes</p>
<p>download all this <span style="text-decoration: line-through;">shit</span> rpms into one folder name "yummy"</p>
<pre>wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/m2crypto-0.16-6.el5.1.x86_64.rpm</pre>
<pre>wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/python-elementtree-1.2.6-5.x86_64.rpm</pre>
<pre>wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/python-sqlite-1.1.7-1.2.1.x86_64.rpm</pre>
<pre>wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/python-urlgrabber-3.1.0-2.noarch.rpm</pre>
<pre>wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/rpm-python-4.4.2-47.el5.x86_64.rpm</pre>
<pre>wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/yum-3.0.5-1.el5.centos.5.noarch.rpm</pre>
<pre>wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/yum-metadata-parser-1.0-8.fc6.x86_64.rpm</pre>
<pre>wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/sqlite-3.3.6-2.x86_64.rpm</pre>
<p>(my friend server is 64bit, if your server is 32bit, just replace <strong>x86_64</strong> with <strong>i386</strong></p>
<p>example: http://mirror.centos.org/centos/5/os/<strong>i386</strong>/CentOS/m2crypto-0.16-6.el5.1.<strong>i386</strong>.rpm</p>
<p>good, now we are going to install all those rpms</p>
<pre>rpm -Uvh *.rpm</pre>
<p>if this not working, just install those rpms one by one.</p>
<p>wallah, now it's done. you can type <strong>yum</strong> now!</p>
<p>note: if you got this error <strong>Could not find any working storages.</strong></p>
<p>try this magic command line</p>
<pre>rpm -Uvh --replacepkgs sqlite-3.3.6-2.x86_64.rpm</pre>
]]></content:encoded>
			<wfw:commentRss>http://wan.pengganas.net/entry/how-to-install-yum-into-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
