Unable to Install VBoxGuestAdditions_5.2.6

root@kali:~# cp /media/cdrom/* /root
root@kali:~# pwd
/root
root@kali:~# chmod 755 VBoxLinuxAdditions.run
root@kali:~# chmod 755 runasroot.sh
root@kali:~# whoami
root
root@kali:~# ./runasroot.sh

Building the VirtualBox Guest Additions kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system.
The distribution packages containing the headers are probably:
linux-headers-amd64 linux-headers-4.14.0-kali3-amd64

root@kali:~# sudo apt-get install linux-headers-4.14.0-kali3-amd64

E: Unable to locate package linux-headers-4.14.0-kali3-amd64

root@kali:~# sudo apt-get install linux-headers-amd64

E: Unable to locate package linux-headers-amd64

Please could https://docs.kali.org/general-use/ka...tual-box-guest be updated ?