Kali-Linux
Kali-Linux copied to clipboard
Linux headers problem
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
use sudo apt install linux-header-amd64