LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   where to download src of apps? (https://www.linuxquestions.org/questions/linux-newbie-8/where-to-download-src-of-apps-834890/)

turf 09-28-2010 01:51 AM

where to download src of apps?
 
where to download src of apps which includes thier ./configure scripts?

evo2 09-28-2010 02:12 AM

It depends, but usually I would say that is what /usr/local/src/foo is for. Then the install goes in /usr/local (./configure --prefix=/usr/local). However if you you are installing something nasty that that doesn't install cleanly (ie wants all it's files in one place) you can use /opt/foo for both the source and the "install".

Cheers,

Evo2.

knudfl 09-28-2010 02:18 AM

That's a very broad question, and not all applications have a configure script.

The most can be found from your distributions "source repository".
Which Linux OS are you using ?
http://www.linuxquestions.org/linux/...Ask_a_Question
http://www.catb.org/~esr/faqs/smart-questions.html
Please specify your OS by every question, like Fedora 13, Slackware 13.1.

Did you try with Google ? Which applications ?
..

evo2 09-28-2010 02:22 AM

Oops, after seeing knudfl's post I realized that the op wants to know where to get the source, not where to put it.

As knudfl points out it depends on which program you are talking about. Are you talking about packages that come with your distribution? If so your distribution should provide an easy way to get the source (required by gpl and similar licenses).

Can you tell us what program you want the source to and/or what distro you are using?

Evo2.

prayag_pjs 09-28-2010 02:25 AM

You mean to say something like
http://sourceforge.net


All times are GMT -5. The time now is 12:27 PM.