|
From: Hans-Bernhard B. <br...@ph...> - 2005-03-23 12:55:50
|
Peter Shepard wrote: > I am wonderng if there is a default directory that people generally > install programs in like java or firefox that don't have automatic > installs and if there is a reason for this?? That default place exists, and it's where 'make install' of any typical source package will place things by default: the /usr/local tree. That's what it exists for. For 'huge' packages, there's another place: /opt/<packagename>. That's where stuff like Mozilla or Java typically go. None of this has anything to do with gnuplot, though. |