Answer the question
In order to leave comments, you need to log in
Can't find package linux-headers?
When you enter the command in the terminalapt-get install -y dkms linux-headers-$(uname -r)
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
E: Не удалось найти пакет linux-headers-4.9.0-kali3-amd64
E: Не удалось найти пакет с помощью glob «linux-headers-4.9.0-kali3-amd64»
E: Не удалось найти пакет с помощью regex «linux-headers-4.9.0-kali3-amd64»
Answer the question
In order to leave comments, you need to log in
it seems to me more that the system is messed up with repositories in /etc/apt/sources.list
For example, I turned on the repository, installed the 4.9.0-kali3-amd64 kernel through it. and then commented out access to this repository and apt naturally does not find headers suitable for the kernel.
option 2: the core of the system is terribly old, the core and headers for it were excluded from the available repositories, and quite naturally nothing is found.
update the kernel, and then put headers on it, they are written into the turnip as a set.
try using sudo to do like this "sudo apt-get install -y dkms linux-headers-$(uname -r)" and write what happens
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question