Hi, On Thu, Sep 08, 2016 at 04:22:58PM +0900, 우승훈 wrote: > I can download a lot of full source code of open source project easily, > however, in Debian case, I cannot find the full source code. > If is it possible, could you tell me how to get the full source codes of > Debian? ( Especially jessie ver. )Repeatly, I will not use the source code > commercially or any other purpose, just for the researching.
There is a web interface, hosted at http://sources.debian.net, that allows you to *browse* the source code of any package. You can also use the API to retrieve different files or search for them. To download the source of a package on your PC, you can use "apt source <packagename>". I don't know the best way to download all the source packages by once, but be aware it will take a lot of network traffic and disk space. Let me know your use-case and I'll see how I can help. :) Cheers, -- Matthieu