PDA

View Full Version : source code


decker
2004-02-29, 01:37 PM CST
Would there be a way to grab source code with yum? Or even better a way to download the source code, compile it, and then install it? Or maybe I oughta look into apt-get?

feenixx
2004-03-01, 02:58 AM CST
if you mean your current kernel source, try 'yum install kernel-source'.
if available, the source will be installed in /usr/src/

decker
2004-03-01, 10:12 PM CST
Nah man, I'm talking about some arbitrary package. Like say I want the source code for mozilla, or for gnome-terminal, or whatever. Would there be some option to grab that with yum, or with apt?

kai_t
2004-03-02, 07:52 PM CST
Try apt-get source package,

or apt-get source --download-only package to download the source archive but not unpack it.

yum doesn't have this feature yet, AFAIK.

vorte[x]
2004-03-08, 10:06 PM CST
Hi decker,

Has this been resolved?

- V