<?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>yum mongodb &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/yum-mongodb/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Fri, 19 Aug 2011 06:10:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>Install MongoDB on Linux Using Yum Command</title>
		<link>https://lifelinux.com/install-mongodb-on-linux-using-yum-command/</link>
					<comments>https://lifelinux.com/install-mongodb-on-linux-using-yum-command/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Fri, 19 Aug 2011 05:57:18 +0000</pubDate>
				<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[install mongodb with yum]]></category>
		<category><![CDATA[install nosql]]></category>
		<category><![CDATA[yum install mongodb]]></category>
		<category><![CDATA[yum mongodb]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=927</guid>

					<description><![CDATA[<p>In a previous article called &#8220;Install MongoDB on Centos / RedHat&#8220;, I introduced how install MongoDB using binary package. In this article, i&#8217;ll introduce you to install MongoDB using yum command. The first, you need add the appropriate repo. Login root and type the following command # vi /etc/yum.repos.d/mongodb.repo Add the following content if you [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/install-mongodb-on-linux-using-yum-command/">Install MongoDB on Linux Using Yum Command</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>In a previous article called &#8220;<a href="http://www.lifelinux.com/install-mongodb-on-centos-redhat/">Install MongoDB on Centos / RedHat</a>&#8220;, I introduced how install MongoDB using binary package. In this article, i&#8217;ll introduce you to install MongoDB using yum command.</p>
<p>The first, you need add the appropriate repo. Login root and type the following command</p>
<pre># vi /etc/yum.repos.d/mongodb.repo</pre>
<p><span id="more-927"></span><br />
Add the following content if you are using 32 bit</p>
<pre>[10gen]
name=10gen Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/i686
gpgcheck=0</pre>
<p>For 64 bit</p>
<pre>[10gen]
name=10gen Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64
gpgcheck=0</pre>
<p>To install the new MongoDB packages, type the following command</p>
<pre># yum install mongo-10gen mongo-10gen-server</pre>
<p>Type the following command to start MongoDB</p>
<pre># /etc/init.d/mongod start</pre>
<p>Turn on MongoDB when system startup</p>
<pre># chkconfig mongod on</pre>
<g:plusone href="https://lifelinux.com/install-mongodb-on-linux-using-yum-command/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/install-mongodb-on-linux-using-yum-command/">Install MongoDB on Linux Using Yum Command</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/install-mongodb-on-linux-using-yum-command/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
