Linux Lite Forums
Kernel Update question - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Kernel Update question (/showthread.php?tid=3235)



Kernel Update question - Dana Marsee - 08-18-2016

I am reading that there is a new kernel update available.  Will this kernel update be included in the daily updates or do I need to do something else to update my kernel?


Re: Kernel Update question - firenice03 - 08-18-2016

Typically Jerry will post once compiled and available for LL; as they are custom. I will say he is on top of it as far as timing.

You can find info here: https://www.freecinema2022.gq/forums/installing-software/linux-lite-kernel/225
As he generally updates this thread with new versions..
You will need to run a command in terminal.

I suggest a Systemback restore prior to any major updates, on the just in case...



Re: Kernel Update question - torreydale - 08-18-2016

Fill out more of your forum profile so others will know what version of Linux Lite you're using, etc.  If you're on the 3.x series, I think you'll get kernel security updates automatically with your regular updates starting with Linux Lite 3.2.  But for now, if you're on the Linux Lite 2.x series or Linux Lite 3.0, you can get your kernel security update using the following in a terminal:

Code:
sudo apt-get install linux-generic

If you're looking for a kernel version upgrade, however, that's different.  There are plenty of other forum entries addressing that.


Re: Kernel Update question - firenice03 - 08-18-2016

Yes follow torreydale's to update your current kernel series (security updates).. Or if an altogether new version, see mine above..




Re: Kernel Update question - Dana Marsee - 08-18-2016

Thanks ..I followed your instructions and went from Kernel 4.4.0-28 to Kernel 4.4.0-34.  The kernel update I am reading about is Kernel 4.7.  ?? Confused.
Thanks for your help. Much appreciated.


Re: Kernel Update question - firenice03 - 08-18-2016

Yes running the below updated your kernel series... The -28 to -34
Code:
sudo apt-get install linux-generic

The link I provided is where you can find code for all kernels thus far (4.7 being listed as well)
Or here's the command for 4.7
Code:
sudo apt-get update && sudo apt-get install linux-headers-linuxlite-4.7.0 linux-image-linuxlite-4.7.0 -y

Like I mentioned; as restore point would be a good ideal. I don't know how new of hardware you're running, where as you may find 4.4 runs sufficiently with your hardware..

I found with my mini, 4.4 was ideal for it. A restore point is an easy way to revert should the new kernel have ill effects..
Read over the last view pages of https://www.freecinema2022.gq/forums/installing-software/linux-lite-kernel/225




Re: Kernel Update question - Dana Marsee - 08-18-2016

Thanks. Mine is an older machine. I think I'll stay with what works.  I really appreciate your help.
Dana