<?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>&#34;The mind of a Mad Tech!&#34; &#187; Yum (Yellow dog Updater)</title>
	<atom:link href="http://www.keithdmitchell.com/category/technology-related/yum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keithdmitchell.com</link>
	<description></description>
	<lastBuildDate>Thu, 05 Jan 2012 16:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Install yum manually</title>
		<link>http://www.keithdmitchell.com/2008/12/23/install-yum-manually/</link>
		<comments>http://www.keithdmitchell.com/2008/12/23/install-yum-manually/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 14:34:04 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Yum (Yellow dog Updater)]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/?p=121</guid>
		<description><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=%26quot%3BThe+mind+of+a+Mad+Tech%21%26quot%3B&link=http%3A%2F%2Fwww.keithdmitchell.com%2F2008%2F12%2F23%2Finstall-yum-manually%2F&title=Install+yum+manually&desc=1.+Log+into+the%C2%A0+linux+server+and+install+yum+by+doing+the+following%3B%0D%0Arpm+-ihv+--nodeps+http%3A%2F%2Fmirror.centos.org%2Fcentos-4%2F4%2Fos%2Fi386%2FCentOS%2FRPMS%2Fpython-elementtree-1.2.6-5.el4.centos.i386.rpm%0D%0Arpm+-i&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>1. Log into the  linux server and install yum by doing the following; rpm -ihv --nodeps http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/python-elementtree-1.2.6-5.el4.centos.i386.rpm rpm -ihv --nodeps http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm rpm -ihv --nodeps http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/yum-2.4.3-4.el4.centos.noarch.rpm 2.  Add the atomic repo. rpm -ivh http://www.atomicorp.com/channels/atomic/centos/4/i386/RPMS/atomic-release-1.0-7.el4.art.noarch.rpm rpm --nodeps -e php-domxml 3. If you want, you can remove yum afterwards; rpm -e `rpm -aq &#124; grep yum`]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2008/12/23/install-yum-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Yum for Linux.</title>
		<link>http://www.keithdmitchell.com/2008/02/20/how-to-install-yum-for-linux/</link>
		<comments>http://www.keithdmitchell.com/2008/02/20/how-to-install-yum-for-linux/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 12:51:40 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Yum (Yellow dog Updater)]]></category>
		<category><![CDATA[yum install]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/archives/43</guid>
		<description><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=%26quot%3BThe+mind+of+a+Mad+Tech%21%26quot%3B&link=http%3A%2F%2Fwww.keithdmitchell.com%2F2008%2F02%2F20%2Fhow-to-install-yum-for-linux%2F&title=How+to+install+Yum+for+Linux.&desc=Yum+is+an+updater+%2F+install+system+for+various+linux+OS%27s%2C+and+it%27s+pretty+much+a+life+saver+when+it+comes+to+installing+linux+applications+in+a+snap.+However+it%27s+not+always+installed+on+a+linux+acco&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>Yum is an updater / install system for various linux OS&#8217;s, and it&#8217;s pretty much a life saver when it comes to installing linux applications in a snap. However it&#8217;s not always installed on a linux account, so to get it setup, you can follow the instructions below; &#8220;Please note, if may ask to convert [...]]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2008/02/20/how-to-install-yum-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

