Author Topic: trying to install programs with linux.  (Read 348 times)

avello500

  • Member
  • **
  • Posts: 344
  • Kudos: 0
    • http://www.suicidaltendencies.com/
trying to install programs with linux.
« on: 12 February 2003, 00:06 »
i really have had a time trying to install some applications i red hat8.
i need to know the tricks. most of the files are *.tar.gz  files.
its getting very serious over here. il almost to the point of shooting myself with a watergun.
if there is a faq or post out there that could help me out please do tell.
How can you say im crazy? You wouldnt know what crazy was if Charles Manson was eating Fruit Loops on your front porch.  -- mike muir/suicidal tendencies

CaptainCool

  • Member
  • **
  • Posts: 129
  • Kudos: 0
trying to install programs with linux.
« Reply #1 on: 12 February 2003, 00:41 »
For tar.gz files just type:
"tar xzvf filename.tar.gz" in a terminal then just follow the directions in the readme on how to install it. Usually you just got to cd to the new directory and execute the ./configure then make and then make install.

avello500

  • Member
  • **
  • Posts: 344
  • Kudos: 0
    • http://www.suicidaltendencies.com/
trying to install programs with linux.
« Reply #2 on: 12 February 2003, 01:01 »
thank you
How can you say im crazy? You wouldnt know what crazy was if Charles Manson was eating Fruit Loops on your front porch.  -- mike muir/suicidal tendencies