Answers for "add a linux header ubuntu 18.04"

1

add a linux header ubuntu 18.04

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.).
Posted by: Guest on July-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language