Skip to main content
added 204 characters in body
Source Link
Stephen Kitt
  • 483.2k
  • 60
  • 1.2k
  • 1.4k

Your kernel is out-of-date, and the corresponding kernel header packages are no longer available. You need to upgrade your system:

apt update apt upgrade 

then reboot your VM. This should give you the current kernel, 4.17.0-kali3 as I write this, and allow yoiyou to install the corresponding header packages.

To install the guest additions then, run the following command:

apt install virtualbox-guest-dkms virtualbox-guest-x11 linux-headers-$(uname -r) 

Your kernel is out-of-date, and the corresponding kernel header packages are no longer available. You need to upgrade your system:

apt update apt upgrade 

then reboot your VM. This should give you the current kernel, 4.17.0-kali3 as I write this, and allow yoi to install the corresponding header packages.

Your kernel is out-of-date, and the corresponding kernel header packages are no longer available. You need to upgrade your system:

apt update apt upgrade 

then reboot your VM. This should give you the current kernel, 4.17.0-kali3 as I write this, and allow you to install the corresponding header packages.

To install the guest additions then, run the following command:

apt install virtualbox-guest-dkms virtualbox-guest-x11 linux-headers-$(uname -r) 
Source Link
Stephen Kitt
  • 483.2k
  • 60
  • 1.2k
  • 1.4k

Your kernel is out-of-date, and the corresponding kernel header packages are no longer available. You need to upgrade your system:

apt update apt upgrade 

then reboot your VM. This should give you the current kernel, 4.17.0-kali3 as I write this, and allow yoi to install the corresponding header packages.