[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] User-specific software installation. ~/bin vs ~/.local/bin vs ??



When you install software specific to your user (as many third party
game installers want to do by default, and many `make` processes are
capable of doing if so instructed), where do you put it? I have an
entire root hierarchy in ~/.local (that is, ~/.local/bin ~/.local/var
~/.local/usr ~/.local/etc etc) that I let such things install to. I've
encountered other people who simply have ~/bin ~/etc ~/opt etc. Are
there other schemes? Are there any standards on this matter?

On Mon, Mar 21, 2011 at 10:23 AM, Jim Kinney <jim.kinney at gmail.com> wrote:
> I have a ~/bin on the multiple machines that I grep through for scripts of
> interest. Sadly it's all very, very specific so of no use on any other
> system.