DESCR 715 B

123456789101112131415
  1. GNU Stow is a Perl program for managing the installation of software
  2. packages, keeping them separated from each other while making them
  3. appear to be installed in the same place by using symbolic links.
  4. Stow is particularly useful when installing software distributed with
  5. a GNU "configure" script (use the --prefix=path option) or any other
  6. software that installs in a standard hierarchy beneath a configurable
  7. prefix path.
  8. Stow may be used by non-root users to set up a private software
  9. hierarchy under e.g. $HOME/local, or by local administrators who wants
  10. to install software that is not managed by the native package or port
  11. system, and make it available under /opt/local, /sw, or any other
  12. similar location.