write installer script

Discussion in 'Programming/Scripts' started by samooil, Oct 28, 2007.

  1. samooil

    samooil New Member

    hi guys i need to write installer script for monit software with this addon packages

    please guide me to write this script

    bison-2.3.tar.gz

    flex-2.5.33.tar.tar

    m4-1.4.tar.tar

    monit-4.9.tar.gz


    how can i write a installer script for above packages

    tnx for your attention
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Is it for a specific Linux distribution, or for all distributions?
     
  3. samooil

    samooil New Member

    for FC5

    tnx:)
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Use the yum command in your script, e.g. something like
    Code:
    yum bison flex m4 monit
     

Share This Page