Linux Lite Forums

Development => Linux Lite Software Development => Topic started by: kpanic on July 28, 2018, 01:39:23 PM

Title: A question for LL 3.6 - 3.8 users
Post by: kpanic on July 28, 2018, 01:39:23 PM
Hi,

I'm writing a small desktop plugin app for LL and I have a question for LL 3.6 and 3.8 users.
(I guess there is no 3.7 version...)

If you are using either version, can you please run the terminal command:
Code: [Select]
cat /etc/lsb-releaseand post the output here? Thank you in advance!
Title: Re: A question for LL 3.6 - 3.8 users
Post by: elelme on July 28, 2018, 09:27:39 PM
kpanic, I am on 3.8, and my readout is thus:
 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Linux Lite 3.8"

Hope this helps!
Title: Re: A question for LL 3.6 - 3.8 users
Post by: kpanic on July 28, 2018, 11:44:48 PM
Thank you @elelme !
Title: Re: A question for LL 3.6 - 3.8 users
Post by: newtusmaximus on October 10, 2018, 03:39:18 PM
HPDC7700p Desktop

-Desktop:~$ cat /etc/lsb-releaseDISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Linux Lite 3.6"
Title: Re: A question for LL 3.6 - 3.8 users
Post by: bitsnpcs on October 10, 2018, 04:34:43 PM
Hello @kpanic ,
it is outside of your requested info, in case it is useful the results for LL 3.2 are

Code: [Select]
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Linux Lite 3.2"
Title: Re: A question for LL 3.6 - 3.8 users
Post by: firenice03 on October 10, 2018, 09:04:30 PM
No 3.7 (or 3.odd) :)
All of the 3.x series are based on 16.04 "Xenial"..


Mine: a 32-bit
Code: [Select]
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Linux Lite 3.8"
If you are wanting 16.04.X increments, the "3.x Final Release" announcements contain within, usually within "Details" along with kernels - if its helpful..??..

i.e. 3.8  Base: 16.04.3
https://www.linuxliteos.com/forums/release-announcements/linux-lite-3-8-final-released/

Details:
Kernel: 4.4.0-112 (custom kernels also available via our Repository for versions 3.13 - 4.14)
Firefox: 58.0 Quantum
Thunderbird: 52.5.0
LibreOffice: 5.1.6.2
VLC: 2.2.2
Gimp: 2.8.22
Base: 16.04.3
Title: Re: A question for LL 3.6 - 3.8 users
Post by: ian_r_h on October 11, 2018, 07:00:34 AM
Code: [Select]
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Linux Lite 3.8"
Title: Re: A question for LL 3.6 - 3.8 users
Post by: kpanic on November 01, 2018, 10:58:49 PM
Hello @kpanic ,
it is outside of your requested info, in case it is useful the results for LL 3.2 are

Code: [Select]
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Linux Lite 3.2"

iIt's cool, thank you sir!