LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Difference between versions (https://www.linuxquestions.org/questions/linux-newbie-8/difference-between-versions-740633/)

krishnaix 07-16-2009 05:51 PM

Difference between versions
 
Hi All,

I am very new to the linux operating system. I want to know the difference between the versions like redhat,fedora,centos,ubuntu,mandrake.Anyone please tell me about Source code of linux and tell me the place where to find that.

Thanks!!

Tinkster 07-16-2009 06:03 PM

www.distrowatch.com
www.kernel.org

jstephens84 07-16-2009 06:26 PM

Quote:

Originally Posted by krishnaix (Post 3610058)
Hi All,

I am very new to the linux operating system. I want to know the difference between the versions like redhat,fedora,centos,ubuntu,mandrake.Anyone please tell me about Source code of linux and tell me the place where to find that.

Thanks!!

distrowatch.org is a good place for this information. That have a table layout with all the information as well as the versions of the software that are installed with them.

or a command that you can use to find kernel version is
Code:

uname -r
or for all the kernel information use
Code:

uname -a
Sorry Tinkster I read too fast and just saw that you had distrowatch on there.

krishnaix 07-16-2009 10:46 PM

Thank you very much

i92guboj 07-16-2009 11:05 PM

At internal level, distros vary in many details. Administration can be quite different from one to another.

As a regular user, the differences are mostly (and from my point of view) three fundamental ones:
  • the default configuration
  • the default look
  • the package manager

The first two can be changed to a big degree usually, though admittedly some distros are far easier to customize than others. The third one usually can't be changed (well, nothing is impossible, but at that point, you just change to another distro).


The source code for the linux kernel is at kernel.org, the source code for the rest of applications, are on their respective home pages usually.


All times are GMT -5. The time now is 05:03 PM.