While trying to get the system to recognize my NVIDIA GPU it gives me the following error: "Unable to find the kernel source tree for the currently running kernel" and I read that the following code would get me to finish the installation process:


Code:
root@mark:~# apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-headers-4.3.0-kali1-amd64
E: Couldn't find any package by glob 'linux-headers-4.3.0-kali1-amd64'
E: Couldn't find any package by regex 'linux-headers-4.3.0-kali1-amd64'
But as you can see it gives me an error that I couldn't solve and here I am trying to get some help.