码迷,mamicode.com
首页 > 其他好文 > 详细

[Ruby] Install vagrant and virtualbox-4.2 on ububtu

时间:2014-09-06 08:37:12      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:virtualbox   ruby   debian   oracle   apt   

This post tells you how to install the mix of vagrant and virtualbox on ubuntu

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" >> /etc/apt/sources.list.d/virtualbox.list'

wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

sudo apt-get update

sudo apt-get install virtualbox-4.2

sudo apt-get install vagrant


[Ruby] Install vagrant and virtualbox-4.2 on ububtu

标签:virtualbox   ruby   debian   oracle   apt   

原文地址:http://blog.csdn.net/wonderfan/article/details/39098533

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!