We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sir I am getting problem in linux headers command Please help me
The text was updated successfully, but these errors were encountered:
that means you should from first commands are case sensitive
Sorry, something went wrong.
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
No branches or pull requests
Sir I am getting problem in linux headers command
Please help me
The text was updated successfully, but these errors were encountered: