On 12.10, these solutions all failed for me. However the following worked:
sudo gedit /etc/apt/sources.list.d/vbox.list
and paste in this line, then save:
deb http://download.virtualbox.org/virtualbox/debian quantal contrib
- run
sudo apt-get update && sudo apt-get -y upgrade
to update your machine to the latest - Run
sudo apt-get remove virtualbox*
. Then install Oracle's version:sudo apt-get install virtualbox-4.2
No comments:
Post a Comment