<?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>DevOps技术分享 &#187; VirtualBox</title>
	<atom:link href="http://www.showerlee.com/archives/tag/virtualbox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.showerlee.com</link>
	<description>与你共同学习运维开发</description>
	<lastBuildDate>Mon, 19 Oct 2020 05:51:41 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
		<item>
		<title>CENTOS6.3 x64下安装VirtualBox</title>
		<link>http://www.showerlee.com/archives/837</link>
		<comments>http://www.showerlee.com/archives/837#comments</comments>
		<pubDate>Sun, 01 Sep 2013 02:01:20 +0000</pubDate>
		<dc:creator>showerlee</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://www.showerlee.com/?p=837</guid>
		<description><![CDATA[1.下载rpm包 # wget http://download.virtualbox.org/virtualb [&#8230;]]]></description>
				<content:encoded><![CDATA[<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	1.下载rpm包
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	# wget <a href="http://download.virtualbox.org/virtualbox/4.2.8/" rel="nofollow">http://download.virtualbox.org/virtualbox/4.2.8/</a><a href="http://www.showerlee.com/archives/tag/virtualbox" title="查看VirtualBox中的全部文章" class="tag_link">VirtualBox</a>-4.2-4.2.8_83876_el6-1.x86_64.rpm
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	2.安装依赖包
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	# cd /etc/yum.repos.d
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	# mv Oracle-Base.repo Oracle-Base.repo.disabled
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	# wget <a href="http://public-yum.oracle.com/public-yum-ol6.repo&#038;nbsp" rel="nofollow">http://public-yum.oracle.com/public-yum-ol6.repo&#038;nbsp</a>;
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	# yum -y install SDL
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	3.安装
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	# rpm -ivh <a href="http://www.showerlee.com/archives/tag/virtualbox" title="查看VirtualBox中的全部文章" class="tag_link">VirtualBox</a>-4.2-4.2.8_83876_el6-1.x86_64.rpm&nbsp;
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	4.进入图形界面登陆<a href="http://www.showerlee.com/archives/tag/virtualbox" title="查看VirtualBox中的全部文章" class="tag_link">VirtualBox</a>
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	# init 5
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	如图:
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	<a href="http://www.showerlee.com/wp-content/uploads/2013/09/1.png"><img onerror="javascript:this.src='http://www.showerlee.com/wp-content/themes/BYMT/images/images_error.jpg'" src="http://www.showerlee.com/wp-content/uploads/2013/09/1-1024x634.png" alt="1" width="1024" height="634" class="alignnone size-large wp-image-838" /></a>
</p>
<p style="color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;background-color:#FFFFFF;">
	
</p>
<p><a href="http://www.showerlee.com/wp-content/uploads/2013/09/2.png"><img onerror="javascript:this.src='http://www.showerlee.com/wp-content/themes/BYMT/images/images_error.jpg'" src="http://www.showerlee.com/wp-content/uploads/2013/09/2-1024x605.png" alt="2" width="1024" height="605" class="alignnone size-large wp-image-839" /></a></p>
<div>声明: 本文采用 <a rel="external" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.zh" title="署名-非商业性使用-相同方式共享 3.0 Unported">CC BY-NC-SA 3.0</a> 协议进行授权</div><div>转载请注明来源：<a rel="external" title="DevOps技术分享" href="http://www.showerlee.com/archives/837">DevOps技术分享</a></div><div>本文链接地址：<a rel="external" title="CENTOS6.3 x64下安装VirtualBox" href="http://www.showerlee.com/archives/837">http://www.showerlee.com/archives/837</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.showerlee.com/archives/837/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
