<?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>Erics Tech Blog &#187; vps</title>
	<atom:link href="http://eric.lubow.org/tag/vps/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.lubow.org</link>
	<description>Thoughts, musings, and other idealistic (sometimes useful) systems and development hoopla.</description>
	<lastBuildDate>Fri, 18 Nov 2011 14:56:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Adding Yum to CentOS 5</title>
		<link>http://eric.lubow.org/2008/misc/adding-yum-to-centos-5/</link>
		<comments>http://eric.lubow.org/2008/misc/adding-yum-to-centos-5/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 16:55:49 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://eric.lubow.org/?p=81</guid>
		<description><![CDATA[I use a lot of VPS and often times, they don&#8217;t actually have yum to make my life easier. So here is a quick HOWTO on installing yum on a CentOS box. This assumes that you have rpm and wget already installed. Note: This will only work on CentOS 5.2 while the mirror is still [...]]]></description>
			<content:encoded><![CDATA[<p>I use a lot of VPS and often times, they don&#8217;t actually have yum to make my life easier.  So here is a quick HOWTO on installing yum on a CentOS box.  This assumes that you have <strong>rpm</strong> and <strong>wget</strong> already installed.  Note: This will only work on CentOS 5.2 while the mirror is still active.</p>
<p>Run the following code in a temporary directory to download all the RPMs.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:450px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">#!/bin/bash<br />
<br />
for file in \<br />
&nbsp; &nbsp; &nbsp; &nbsp; elfutils-0.125-3.el5.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; elfutils-libs-0.125-3.el5.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; expat-1.95.8-8.2.1.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; gmp-4.1.4-10.el5.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; libxml2-2.6.26-2.1.2.1.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; libxml2-python-2.6.26-2.1.2.1.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; m2crypto-0.16-6.el5.2.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; python-2.4.3-21.el5.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; python-elementtree-1.2.6-5.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; python-iniparse-0.2.3-4.el5.noarch.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; python-sqlite-1.1.7-1.2.1.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; python-urlgrabber-3.1.0-2.noarch.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; readline-5.1-1.1.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; rpm-4.4.2-48.el5.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; rpm-libs-4.4.2-48.el5.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; rpm-python-4.4.2-48.el5.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; sqlite-3.3.6-2.i386.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; yum-3.2.8-9.el5.centos.1.noarch.rpm \<br />
&nbsp; &nbsp; &nbsp; &nbsp; yum-metadata-parser-1.1.2-2.el5.i386.rpm<br />
&nbsp; do wget http://mirror.centos.org/centos-5/5.2/os/i386/CentOS/$file;<br />
done</div></div>
<p>Once you have downloaded the necessary files.  Install them all by typing:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># rpm -Uvh *.rpm</div></div>
<p>Then feel free to <strong># yum -y update</strong> to bring your system up to date.</p>


<p>Related posts:<ol><li><a href='http://eric.lubow.org/2009/mail/setting-up-dkim-and-postfix/' rel='bookmark' title='Setting Up DKIM and Postfix on CentOS 5.2'>Setting Up DKIM and Postfix on CentOS 5.2</a></li>
<li><a href='http://eric.lubow.org/2011/security/fixing-centos-root-certificate-authority-issues/' rel='bookmark' title='Fixing CentOS Root Certificate Authority Issues'>Fixing CentOS Root Certificate Authority Issues</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eric.lubow.org/2008/misc/adding-yum-to-centos-5/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

