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
。
どうすればいいのかわからない!