I am trying to install VirtualBox 4.3 on Ubuntu 14.04 64-bit via apt along with the dkms
package, but the VirtualBox kernel fails to get installed.
What do I need to do to get VirtualBox with dkms installed?
I am trying to install VirtualBox 4.3 on Ubuntu 14.04 64-bit via apt along with the dkms
package, but the VirtualBox kernel fails to get installed.
What do I need to do to get VirtualBox with dkms installed?
I followed the instructions at the Oracle website to get the latest version of Virtual box, and found it to install quite well:
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
I added this line to my /etc/apt/sources.list
deb http://download.virtualbox.org/virtualbox/debian trusty contrib
Then I ran
sudo apt-get update
sudo apt-get install dkms
sudo apt-get install virtualbox-4.3
I did need to download the extension pack separately, and install it within Virtualbox - I understand this is normal behavior. Then I also needed to add myself to the Virtualbox user group.
sudo usermod -a -G vboxusers my-user-name