Hi.
I need to install a video card driver but I can't install linux-headers-4.14.0-kali3-amd64. For some reason, the package is not in the repository
My repolist:
Code:
deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
deb-src http://http.kali.org/kali kali-rolling main contrib non-free
Output command apt-get install linux-headers-$(uname -r):
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-headers-4.14.0-kali3-amd64 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'linux-headers-4.14.0-kali3-amd64' has no installation candidate
What can you think of guys?