http://qs321.pair.com?node_id=776302


in reply to installing Perl (and other software) on multiple identical machines

You'll find dozens of discussions on this subject if you search for it. The most common solutions are OS packages (rpms, debs) and tar balls.
  • Comment on Re: installing Perl (and other software) on multiple identical machines

Replies are listed 'Best First'.
Re^2: installing Perl (and other software) on multiple identical machines
by JavaFan (Canon) on Jul 01, 2009 at 12:15 UTC
    Packages are only part of the solution. Packages don't distribute or install themselves. Nor do they figure out which box needs which package. Instead, you may want to use cfengine which will detect which packages are needed but not installed on a box, then uses yum to retrieve the package from a certral location, and then runs the appropriate package manager to install the package.