在系统 运行 上安装 laravel windows 10 和 ubuntu 17.04

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

我刚刚安装了最新版本的 Ubuntu,我的笔记本电脑 {Toshiba Satellite P55t-A5118} 上已经 运行ning Windows 10。

现在我想在我的 Ubuntu 分区上安装 运行 laravel,我已经安装了所有需要的软件,但是每当我 运行 vagrant up我收到此错误 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.

我已经在线搜索并尝试了几乎所有解决方案,但仍然无法正常工作。

Linux Ubuntu 和 Fedora 需要 kernel-headers 包,该包未随全新安装一起提供。

Ubuntu 运行: sudo apt-get install build-essential linux-headers-`uname -r` dkms

对于 Fedora 运行:sudo yum install kernel-devel