Results 1 to 7 of 7
is there any difference between fedora and linux or are the both same?...
- 10-10-2008 #1
fedora
is there any difference between fedora and linux or are the both same?
- 10-10-2008 #2
Strictly speaking, Linux is the kernel of the operating system, while Fedora, Suse, Ubuntu, Gentoo, Debian, etc., are all OS distributions which have the Linux kernel at their core.
For day to day purposes though, you can refer to Fedora (or Suse, or Ubuntu, etc.) as a "type" of Linux. In other words, they're basically the same thing.
Welcome to the forums
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-10-2008 #3
kernel
what is the difference between kernel and os
- 10-10-2008 #4
That is a very technical question.
Put simply, the kernel is the program that deals with all communications between the running programs and the computer hardware. So it deals with interpreting keyboard input, network devices, memory, storage systems, etc., making all this available to the "user space", which is where your programs run.
The OS, is really a grand collection of programs, including the kernel, the tool chain, text editors, compilers, interpreters, all the way up to your window manager.Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-10-2008 #5
c language compilers
thanks very much for the info.
i have installed fedora 9 using a live cd.
i want compile and run c language programs in the terminal which are bieng taught in my college.
are supposed to install additional packages for that?
i have one gcc package but its installation is kind of difficult.
- 10-10-2008 #6
In fedora it's easy to install this.
Run that command as root, and it will install gcc on your system for you.Code:yum install gcc
You should make sure to look at the threads at the top of the newbie forum to learn a bit more about installing software on your system, and linux in general.
EDIT: I moved this thread to the Misc forum, as it seemed more appropriate than the Coffee Lounge.Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-10-2008 #7


Reply With Quote

