NavigationUser loginWho's onlineThere are currently 0 users and 14 guests online.
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtWe have come to be one of the worst ruled, one of the most completely controlled and dominated Governments in the world -- no longer a Government of free opinion, no longer a Government by conviction and vote of the majority, but a Government by the opinion and duress of small groups of dominant men. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
linux-headers not foundHello, I want to install the headers for my kernel but I can not find them. This is what I get: Quote:
I have been googling a lot but no results. Could someone point me in the right direction? Many thanks. |
Re: linux-headers not found
try: apt-get install linux-kernel-headers
or, use your favourite package manager.
Tony.
$world=~s/war/peace/g;
Re: linux-headers not found
Thanks for the reply,
What will I achive installing 'linux-kernel-headers'?
Is it a kind of generic package?
Excuse me to ask you before I try but I am having this trouble in a remote server and I want to be sure what I do before playing with the kernel and break the system.
Thanks in advance.
Re: linux-headers not found
The usual is:
apt-get install linux-headers-$(uname -r)
If apt-get says a package doesn't exist then there's not much you can do except to get the source for that kernel and actually build it using the settings in /boot/config-$(uname -r)