Source code of Gusty

Asked by M. Kim

I want to get the source code of ubuntu Gusty (7.10). However, I found absolutely no place to download or at least instructions. How can I do?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Cesare Tirabassi
Solved:
Last query:
Last reply:
Revision history for this message
M. Kim (gabeyc) said :
#1

**I'm currently using ubuntu 7.04 (feisty).

Revision history for this message
Best Cesare Tirabassi (norsetto) said :
#2

There is no such thing as THE Gutsy source code.
You have source code of all the packages included in the main Gutsy repository (including kernel).
To download a source package, issue this command in a console:

apt-get source package_name

Where package_name is the name of the package (for instance for the gnome display manager this is gdm).
You can also download the kernel source (patched with the ubuntu patches) as package linux-source-2.6.22

Note that you need to enable the gutsy repositories in sources.list to be able to download gutsy packages.

Alternatively, you can download directly from http://packages.ubuntu.com/src:package_name (with the example above this will be http://packages.ubuntu.com/src:gdm for the Gnome Display Manager).

Revision history for this message
M. Kim (gabeyc) said :
#3

Thanks Cesare Tirabassi, that solved my question.