in reply to Re: How do you package your programs?
in thread How do you package your programs?
Large packages, I always install in /opt/app, for suitable app. This is done so you can easily remove an entire application - if only because you want to make a new, fresh, install. A program 'foo' belongs in /opt/foo/bin/foo, or /usr/local/bin/foo, depending whether I want it installed in its own directory structure or not. It should not be dropped in a directory depending on the language it happen to be written in.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do you package your programs?
by crenz (Priest) on Aug 28, 2002 at 12:50 UTC |