Re: Looking for Installation tool

przemek@rrdjazz.nist.gov (Przemek Klosowski)
5 May 1996 17:49:23 -0400

          From comp.compilers

Related articles
Looking for Installation tool varon@rtsg.mot.com (1996-04-30)
Re: Looking for Installation tool przemek@rrdjazz.nist.gov (1996-05-05)
| List of all articles for this month |

From: przemek@rrdjazz.nist.gov (Przemek Klosowski)
Newsgroups: comp.compilers
Date: 5 May 1996 17:49:23 -0400
Organization: U. of Maryland/NIST
References: 96-04-160
Keywords: tools

varon@rtsg.mot.com (Avi Varon) writes:


      Installing OS, Informix, and many other packages and softwares on a
      machine requires many manual steps. This include things like
      formatting/partitioning hard drives, installing packages, patches,
      configuring it, loading upgrades to it, etc...


      All in all a messy, long and laborious procedure. It often has
      operator errors and leads to things like a long cycle and often
      creates problems due to some operator error which may not become
      visible till much later.


One pretty good tool out there is RPM (RedHat package manager, a tool
and data format for installing software used by Linux distributor, Red
Hat software). RPM has provisions for dependency control, selective
replacing old versions of software, inventory control, loading across
the network, and source code management.


No other system, including the commercial Unix/windows installation
packages, beats the simplicity of upgrading software straight from Red
Hat FTP server via RPM; they use PGP signatures, too, so that the
paranoid can sleep well.


Of course the RPM format is in public domain, so it could be used on
non-Linux platforms as well. The RPM distribution encourages people to
port it and documents the process of creating RPMs.


I don't know how RPM would let you format/partition disks---I only
used it to install packages on existing filesystems.


--
przemek klosowski (przemek@nist.gov)
Reactor Division (bldg. 235), E111
National Institute of Standards and Technology
Gaithersburg, MD 20899, USA


(301) 975 6249
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.