Advertisement
userpaste001

Untitled

May 6th, 2016
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.22 KB | None | 0 0
  1. apt-get update && apt-get install -y linux-headers-$(uname -r) and tried
  2. apt-get update
  3. apt-get install -y virtualbox-guest-x11
  4. reboot
  5.  
  6.  
  7.  
  8. it:1 http://archive-6.kali.org/kali kali-rolling InRelease
  9. Reading package lists... Done
  10. Reading package lists... Done
  11. Building dependency tree      
  12. Reading state information... Done
  13. E: Unable to locate package linux-headers-4.3.0-kali1-686-pae
  14. E: Couldn't find any package by glob 'linux-headers-4.3.0-kali1-686-pae'
  15. E: Couldn't find any package by regex 'linux-headers-4.3.0-kali1-686-pae'
  16.  
  17.  
  18.  
  19. VAR LOG:
  20.  
  21. Uninstalling modules from DKMS
  22. Attempting to install using DKMS
  23.  
  24. Creating symlink /var/lib/dkms/vboxguest/5.0.20/source ->
  25.                  /usr/src/vboxguest-5.0.20
  26.  
  27. DKMS: add completed.
  28. Error! echo
  29. Your kernel headers for kernel 4.3.0-kali1-686-pae cannot be found at
  30. /lib/modules/4.3.0-kali1-686-pae/build or /lib/modules/4.3.0-kali1-686-pae/source.
  31. Failed to install using DKMS, attempting to install without
  32. /tmp/vbox.0/Makefile.include.header:97: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.  Stop.
  33. Creating user for the Guest Additions.
  34. Creating udev rule for the Guest Additions kernel module.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement