How to get the linux source code will it be available in the CD itself ?
I need the linux source code for fedora, will it be available in the CD or DVD ?
I need the linux source code for fedora, will it be available in the CD or DVD ?
It should be available on the installation CDs/DVDs. If not, do a yum update |grep source or go to the repositories and look for one of the src rpms manually. You can then install it (as root) with rpm -ivh.
More information on the web pages I’ve linked to. It’s been about three months since I’ve played with Fedora at all.
Which source code? The kernel, or all the source code for everything in the distro? If you want everything, it would fill several DVDs. You can get the kernel source code from kernel.org or use the yum command to download fedora’s modified source code.