`
wyk525
  • 浏览: 50046 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

Debian / Ubuntu linux install kernel headers package

阅读更多
Q. I need kernel headers to compile module and vmware tools. How do I install kernel headers under Debian / Ubuntu Linux.?

A. To install cLinux kernel headers for currently running version, type the following commands at shell prompt (open terminal and type the command):
Make sure you have updated version

$ sudo apt-get update
Search for kernel version (optional)

$ apt-cache search linux-headers-$(uname -r)
Install linux-header package

$ sudo apt-get install linux-headers-$(uname -r)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics