I've installed the latest version of Kali Linux using virtualbox but I can't install guest additions, I found this question.
After uname -r command I have in my terminal:
4.15.0-kali2-amd64 And when I try to install linux-headers executing apt-get install linux-headers-$(uname -r) command I have the following errors:
Unable to locate package linux-headers-4.15.0-kali2-amd64 Couldn't find any package by global 'linux-headers-4.15.0-kali2-amd64' Couldn't find any package by regex 'linux-headers-4.15.0-kali2-amd64' For comparison I've installed Ubuntu on Virtualbox and it is working fine.
Please tell me what can I do in this case?