📌  相关文章
📜  添加 linux 头文件 ubuntu 18.04 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:21.261000             🧑  作者: Mango

代码示例1
You should be able to install the kernel header files 
for the currently running kernel by running the following 
in a terminal:

sudo apt-get install linux-headers-$(uname -r)

In general, the kernel header packages are named 
linux-header-* where "*" indicates the version & variant 
(generic, server, etc.).