我已经根据debian wiki上的说明在 Debian Jessie 上安装了 vitualbox 。
通过运行:
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox
Run Code Online (Sandbox Code Playgroud)
在安装过程中报告了一些错误。
现在我想重新配置 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.
Run Code Online (Sandbox Code Playgroud)
注意:uname -r
显示3.16-3-amd64
但我在 /usr/src 中的源文件夹被命名为:
linux-headers-3.16.0-4-amd64
.
我不知道该怎么办!
debian kernel-modules software-installation linux-kernel dkms