LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   complete source code. (https://www.linuxquestions.org/questions/linux-newbie-8/complete-source-code-358067/)

bruse 08-29-2005 07:25 AM

complete source code.
 
mandrake 10.0
i need todownload a complete source code of gnu/Linux.
i mean Gnu all commands source code as well as Linux souce code.

if i say all commands that includes mount and lilo and ping etc.
every commands source code in a single place.

thanks.

theYinYeti 08-29-2005 08:54 AM

For mandrake, the best solution is to get all the SRPMS you can get. Here for example:
http://rpmfind.net

Else look for "Linux From Scratch".

Yves.

reddazz 08-29-2005 10:05 AM

Just download the srpms from the Mandriva website. I am sure they will have a directory somewhere that has the srpms.

tkedwards 08-29-2005 06:10 PM

And once you got those source RPMs you can install them with
Code:

rpm -i xxx.src.rpm
They should appear in /usr/src/RPM/ and the actual source-code for the packages will be in .tar.bz2 files in the SPECS directory.

Most people find it safer and more convenient to setup and rpm directory tree in their home directory if they are going to work on building or playing with source RPMs.
You should read the Mandriva RPM Howto http://qa.mandriva.com/twiki/bin/view/Main/RpmHowTo here, or at least the 'Perliminary Tasks' section to explain how to get the directories and rpm config file setup.


All times are GMT -5. The time now is 02:39 AM.