Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 6
    Is GNU Stow an option here? "GNU Stow is a program for managing the installation of software packages, keeping them separate (/usr/local/stow/emacs vs. /usr/local/stow/perl, for example) while making them appear to be installed in the same place (/usr/local)." Commented Jul 10, 2011 at 2:05
  • @Mike it looks very promising; I like the idea of enabling and disabling versions of programs seamlessly. Firstly how active and stable is the program and how often does a program break the prefix protocol? Commented Jul 10, 2011 at 2:17
  • 1
    Ridiculously stable (1.3.2 dates to 1996, and 1.3.3 to 2002), and almost totally inactive. It's just a Perl script that manages symlinks. Way back in the day, it was a pain to get compilers and such bootstrapped into stow, but for end-user applications, it's been fine. I've used it for any application I couldn't easily backport from newer Debian releases, or get from one of the Solaris package repositories. Commented Jul 10, 2011 at 14:34