Linux Lite Forums

Software - Support => Other => Topic started by: SweetAction22 on December 24, 2014, 04:31:16 PM

Title: [SOLVED] Will former Linux Lite version continue with updates?
Post by: SweetAction22 on December 24, 2014, 04:31:16 PM
Will former LL 3.13 continue to receive updates, and, if not, are they necessary for operation of the os?
Title: Re: Former Linux Lite 3.13 continue with updates?
Post by: anon222 on December 24, 2014, 05:42:06 PM
Linux Lite 1.0.8 is going to be recive updates until 2017. This is because it is based on Ubuntu 12.04 which is LTS (Long Term Support) version.

3.13 is the version of the Linux Kernel.
Kernel connects applications to the hardware, and is the lowest layer of the computer software.
On the other hand, distribution is the highest layer of the Linux operating system.
A distribution's makers decide which kernel, operating system tools, environments, and applications to include and ship to users.

Happy Holidays. :)
Title: Re: Former Linux Lite 3.13 continue with updates?
Post by: SweetAction22 on December 24, 2014, 06:20:41 PM
thanks misko,
it's funny, i was just reading about the difference of kernel and ... others.  I just got confused.  My earlier liveCD had Linux Lite 1.0.8 written on it, but after a few updates, i saw in the system info it said Linux Lite 3.8.#.... and when LL 2.0 came out i wondered why it dropped from 3 to 2..haha...
i get it now: 1.0.8 and 2.2 are the distros, and 3.18.### is the kernel...

Surely i'm not the only convert from windows to linux to make this mistake.....ya, i'll just believe this to be true to make me feel better. 8)
Title: Re: Former Linux Lite 3.13 continue with updates?
Post by: anon222 on December 24, 2014, 06:54:04 PM
Distros are Ubuntu, Linux Mint, Fedora... and Linux Lite
1.0.8, 2.0, 2.2 are releases
If you open a terminal and type in
Code: [Select]
lsb_release -dYou will see what release you are running.
This command shows you the kernel version
Code: [Select]
uname -aI know it sonds confusing for someone converting from MS Windows.
You will learn, just be patient.