davidbombal/Kali-Linux

Linux headers problem

Opened this issue · 3 comments

16203198432378167441963950864273
Sir I am getting problem in linux headers command
Please help me

that means you should from first commands are case sensitive

That is because the command is:

sudo apt-get install linux-headers-`uname -r`

And you have entered it as:

sudo apt-get install linux-headers-'uname -r'

The difference between the both is you are using a single quote (') instead of the original backtick (`) character.


Also, if the command still does not work for you, you may use the following instead of it as given below this heading:

sudo apt-get install linux-headers-5.10.0-kali6-amd64
0hv1 commented

use sudo apt install linux-header-amd64