davidbombal / Kali-Linux

253 stars 112 forks source link

Linux headers problem #1

Open Srema-Armuk opened 3 years ago

Srema-Armuk commented 3 years ago

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

sriakhisat commented 3 years ago

that means you should from first commands are case sensitive

SHUR1K-N commented 3 years ago

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 2 years ago

use sudo apt install linux-header-amd64