我已经按照debian wiki上的说明在Debian Jessie上安装了vitualbox 。
通过运行:
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox
在安装过程中报告了一些错误。
现在,我想重新配置virtualbox-dkms,但收到此错误:
Loading new virtualbox-4.3.18 DKMS files...
Building only for 3.16-3-amd64
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
注意:uname -r
显示3.16-3-amd64
但我的/ usr / src中的源文件夹名为:
linux-headers-3.16.0-4-amd64
。
我不知道该怎么办!