LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Type of linux (https://www.linuxquestions.org/questions/linux-newbie-8/type-of-linux-623183/)

FowlProgrammer 02-22-2008 08:26 PM

Type of linux
 
Is there any way to know what distribution of linux I'm using since my brother installed mine for me. My brother says slackware my friend says kubuntu i just need some clairafication.

slakmagik 02-22-2008 08:35 PM

Usually there will be an /etc/DISTRO-version or /etc/DISTRO-release file or similar. Sometimes 'uname -a' will give information if the distro is in part of the kernel name.

ranger_nemo 02-22-2008 08:36 PM

There are lots of ways...

Look in /etc/ for any file with "version" in the name. My new install of Kubuntu even has a "kubuntu-default-settings" dir in there.

Look in /boot/grub/menu.lst. Check out the "title"s.

"uname -a" might tell you.

There might be a splash-screen or text info during boot.

Firefox menu Help / About Mozilla Firefox... Mine says "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080207 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12"

FowlProgrammer 02-22-2008 09:18 PM

guest@fujitsu:~$ uname -a
Linux fujitsu 2.6.21.5 #2 Tue Jun 19 15:22:48 CDT 2007 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux


what does this mean?

FowlProgrammer 02-22-2008 09:24 PM

Quote:

Originally Posted by FowlProgrammer (Post 3066806)
guest@fujitsu:~$ uname -a
Linux fujitsu 2.6.21.5 #2 Tue Jun 19 15:22:48 CDT 2007 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux


what does this mean?

Found it slackware 12.0.0 so can anyone find me wine for this version?

Uncle_Theodore 02-22-2008 09:27 PM

Quote:

Originally Posted by FowlProgrammer (Post 3066810)
Found it slackware 12.0.0 so can anyone find me wine for this version?

Look here

http://www.linuxpackages.net/search_...=wine&ver=12.0

slakmagik 02-22-2008 09:42 PM

Or, better yet, have some friends help you to build it yourself. :)

http://slackbuilds.org/repository/12.0/system/wine/

sundialsvcs 02-22-2008 10:59 PM

The information that appears in (various parts of) uname-output is actually specified (as a simple character string) when the kernel is built; there is no single standard way that distro authors handle it. But if they do wish to identify their particular distro, that's where they are probably most likely to do it.


All times are GMT -5. The time now is 12:15 PM.