Bureaucrats, confirmed, Administrators
4,558
edits
(settings for Ubuntu guests) |
(notes about getting it) |
||
Line 7: | Line 7: | ||
=== Getting it === | === Getting it === | ||
Ubuntu | <source lang="bash"> | ||
# prep | |||
# Stop any virtual machines | |||
vagrant halt qualitybox | |||
cd ~/Downloads | |||
wget http://download.virtualbox.org/virtualbox/5.0.26/virtualbox-5.0_5.0.26-108824-Ubuntu-trusty_i386.deb | |||
sudo dpkg -i ~/Downloads/virtualbox-5.0_5.0.26-108824-Ubuntu-trusty_i386.deb | |||
</source> | |||
If you get a 'conflict with virtualbox' error, remove the existing package and re-try the previous install command | |||
<code>sudo dpkg --remove virtualbox-4.3</code> | |||
You may also need to upgrade vagrant E.g. VirtualBox GUI runs fine, but 'vagrant up' does not. This happened to me when my installed version of vagrant 1.7.1 only supported VirtualBox <= 4.3. Upgrading to vagrant 1.8.5 added support for VirtualBox 5.x | |||
<source lang="bash"> | <source lang="bash"> | ||
sudo dpkg -i /home/greg/Downloads/vagrant_1.8.5_i686.deb | |||
</source> | </source> | ||
=== VBoxManage === | === VBoxManage === |