04-19-2017, 12:49 PM
(02-20-2017, 04:55 AM)Jerry link Wrote: 4.10 Linux Lite Kernel is now available for 32 & 64bit machines.
Open a terminal and do:
Code:sudo apt-get update && sudo apt-get install linux-headers-linuxlite-4.10.0 linux-image-linuxlite-4.10.0 -y
Ignore any errors in the terminal.
IMPORTANT: Only install this kernel if you need it or if you are adept at getting out of trouble from a TTY.
I have a question:
Generally the kernel consist of 3 packages: linux-headers, linux-image, linux-image-extra.
I notice that in the custom kernels the package "extra" is not include (exist only: linux-headers-linuxlite and linux-image-linuxlite)
Why? The linux-image-extra is not important?