install laravel on a system running both windows 10 and ubuntu 17.04

248 Views Asked by At

I just installed the latest version of Ubuntu, and I was already running Windows 10 on my laptop {Toshiba Satellite P55t-A5118}.

Now I want to install and run laravel on my Ubuntu partition, I have installed every software needed, but whenever i run vagrant up i get this error VirtualBox is complaining that the installation is incomplete. Please run VBoxManage --version to see the error message which should contain instructions on how to fix this error.

I have searched online and tried almost every solution but yet its still not working.

1

There are 1 best solutions below

5
On BEST ANSWER

Linux Ubuntu and Fedora require kernel-headers package which is not shipped with fresh installation.

For Ubuntu run: sudo apt-get install build-essential linux-headers-`uname -r` dkms

For Fedora run: sudo yum install kernel-devel