मैं वर्चुअलबॉक्स का उपयोग करने की कोशिश कर रहा हूं, जिसे लिनक्स हेडर की जरूरत है लेकिन मुझे मेरा नहीं मिल रहा है।
sudo apt-get -y install linux-headers-`uname -r`
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.12-1-686-pae
E: Couldn't find any package by regex 'linux-headers-3.12-1-686-pae'
E: Couldn't find any package by regex 'linux-headers-3.12-1-686-pae'
मैंने अच्छा रेपो जोड़ने की कोशिश की है
deb http://http.debian.net/debian/ jessie main contrib
और apt-get अपडेट के बाद
# apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox
बिना सफलता के यहाँ उल्लेख है ।
एक के बाद dpkg-reconfigure virtualbox-dkms
Loading new virtualbox-4.3.14 DKMS files...
Building only for 3.12-1-686-pae
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
[ ok ] Stopping VirtualBox kernel modules.
[FAIL] Starting VirtualBox kernel modules[....] No suitable module for running kernel found ... failed!
failed!
invoke-rc.d: initscript virtualbox, action "restart" failed.