|
Home > Archive > Linux Debian support > February 2007 > Debian File System
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Debian File System
|
|
| jamiil 2007-02-22, 7:11 pm |
| When intalling from binary the development files, i.e. gtkmm 2.4,
etc., etc., should I install this files in the '/usr' directory or in
the '/' [root directory]?
What is the diference between one and the other?
Thanks folks!
| |
|
| On Thu, 22 Feb 2007 12:27:06 -0800, jamiil wrote:
> When intalling from binary the development files, i.e. gtkmm 2.4,
> etc., etc., should I install this files in the '/usr' directory or in
> the '/' [root directory]?
> What is the diference between one and the other?
Filesystem Hierarchy Standard
http://www.pathname.com/fhs/pub/fhs-2.3.html
Dan
| |
| jamiil 2007-02-23, 1:13 am |
| On Feb 22, 8:08 pm, Dan N <d...@localhost.localhost> wrote:
> On Thu, 22 Feb 2007 12:27:06 -0800, jamiil wrote:
>
> Filesystem Hierarchy Standardhttp://www.pathname.com/fhs/pub/fhs-2.3.html
>
> Dan
Nice!!
Thanks a bunch!!
| |
| AJackson 2007-02-23, 7:13 pm |
| On Feb 23, 5:48 am, "jamiil" <jalqa...@gmail.com> wrote:
> On Feb 22, 8:08 pm, Dan N <d...@localhost.localhost> wrote:
>
>
>
>
> Nice!!
> Thanks a bunch!!
In short:
You should only install your own software any in one of your home
directory ${HOME} or /usr/local/ or /opt/
In $HOME four your personal testing and use
In /usr/local/ for all your users pleasure (and woes )
In /opt/ for commercial software.
/bin and /usr/bin (etc) is for Debian package systems exclusive use.
Yes, you CAN install there, but that only makes a mess out of things
when you later want to clean out that software or reinstall software.
It's your call ;-)
Good luck
/Jxn
|
|
|
|
|