Hi all,
I was wondering if you can help me writing a tutorial on how to install Nvidia drivers on Kali Linux 2016.2
As there is no tutorial available, I'd like to write one up but I'm getting stuck on the very first step.
All other tutorials that I’ve found in regards of this topic a written for older versions of Kali Linux 2016.2, and simply don't apply here.
I have following setup:
lspci | grep ‘VGA’
>> 01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)
more /proc/cpuinfo
>> Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz
I executed the following steps to prepare the system, if unusual
the output can be found underneath the command indented by one tab
1: (update sources)
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" >> /etc/apt/sources.list"
2: (fully update system)
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
3: (Install headers)
apt-get install -y linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-4.6.0-kali1-amd64
E: Couldn't find any package by glob 'linux-headers-4.6.0-kali1-amd64'
E: Couldn't find any package by regex 'linux-headers-4.6.0-kali1-amd64'
And step 3: is where i got stuck, any idea what I need to do?
Any help would be appreciated as I'm sure there's other people that are wondering how to install Nvidia proprietary drivers on Kali Linux 2016.2
Thanks