Skip to content
New issue

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

Linux headers problem #1

Open
Srema-Armuk opened this issue May 6, 2021 · 4 comments
Open

Linux headers problem #1

Srema-Armuk opened this issue May 6, 2021 · 4 comments

Comments

@Srema-Armuk
Copy link

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

@sriakhisat
Copy link

that means you should from first commands are case sensitive

@SHUR1K-N
Copy link

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
Copy link

0hv1 commented Jan 8, 2022

use sudo apt install linux-header-amd64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@SHUR1K-N @sriakhisat @Srema-Armuk @0hv1 and others