[Linux] How to install Linux headers
To install the Linux headers needed by the system (
linux-headers-$(uname -r)
), you can try to installlinux-headers-generic
or use the commanddpkg -l | grep linux-headers-
to list the linux-headers and install the most updated for the system.