LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how do I know what Linux Distribution I have on my pc? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-know-what-linux-distribution-i-have-on-my-pc-695205/)

harleyvrod 01-05-2009 07:06 PM

how do I know what Linux Distribution I have on my pc?
 
I am a newbie , hello to all
how do I know what Linux Distribution I have on my pc?
I am not sure which was loaded on my pc

colucix 01-05-2009 07:14 PM

Try the command
Code:

lsb_release -a
if available. Otherwise, look for files with "release" or "version" in their name under the /etc directory and see their content. For example on OpenSuSE I have:
Code:

$ ls -d /etc/*release*
/etc/lsb-release  /etc/lsb-release.d  /etc/SuSE-release
$
$ cat /etc/SuSE-release
openSUSE 11.1 (i586)
VERSION = 11.1


harleyvrod 01-05-2009 07:16 PM

thank you for the quick reply I will give it a try

pixellany 01-05-2009 10:29 PM

The advice from colucix is excellent, but you could also tell us what your PC is.......eg Acer Aspire One comes with Linpus, Asus EEE comes with (I think) Xandros.

salasi 01-06-2009 05:59 AM

...just bear in mind that version string is sometimes deceptive; under Ubuntu (some versions???) Debian shows up. Now, seemingly, Ubuntu have decided to leave this intact from the 'parent' distro, Debian, and while this doesn't seem like a bad decsion, but you might find it a slightly surprising one.

harleyvrod 01-06-2009 06:15 AM

thanks for all the great responses
I have the asus eeebox
I see debian and xandros in the file system

pixellany 01-06-2009 07:14 AM

After digging thru the official Asus eee website, it seems all they tell you is "Gnu Linux".

Google using "asus eee xandros" appears to confirm that it is in fact Xandros.

tredegar 01-06-2009 10:50 AM

And another eee user needs to know of these useful links:
http://wiki.eeeuser.com
http://forum.eeeuser.com

IndyGunFreak 01-06-2009 11:14 AM

Yeah, the eee's come default w/ Xandros..

When you get tired of it, google "ubuntu eee" for a version that is truly easy to go and runs quite well..

IGF

harleyvrod 01-06-2009 04:24 PM

I thank everyone for thier help


All times are GMT -5. The time now is 07:01 AM.