LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Downloading programs (https://www.linuxquestions.org/questions/linux-newbie-8/downloading-programs-136355/)

etillman 01-19-2004 10:43 AM

Downloading programs
 
This is such a basic question, but I wondering....
When you download and program, to which directory should you download it? I typically download into /tmp and extract it here. So then the program folder in /tmp, to which I navigate into and do the typical ./configure, make, and make install. I'm sure there is a better place to do it.

So, when downloading and installing programs, where is the best place to do this?

Thanks.

ET

alar 01-19-2004 11:41 AM

I would say under /usr/something ie: /usr/local or /usr/src
You could even create a directory under usr called MyDownloads
if you want to keep it simple.
/usr/MyDownloads
That way you can keep track of what you have installed manually.

Azmeen 01-19-2004 11:50 AM

Anywhere you want.

However, my recommendation is to create some sort of tree in your home dir (you only need root for make install).

eg. ~/apps

This would also help should you need to make uninstall some apps you no longer need.

Thymox 01-20-2004 06:22 PM

I generally download them to ~/files/downloads If it is a programme source, then I extract it to ~/files/programmes/sources

Lumberjack 01-20-2004 06:28 PM

the /opt directory is meant to be optional programs (as in downloaded or installed) but it really doesn't matter.


All times are GMT -5. The time now is 07:46 AM.