Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-21-2005, 12:24 AM   #1 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 48

Neglito

Default installing a tar.gz file

hey ive looked everywhere and i dont understand the concept of installing a tar.gz file, like i dont know whow to compile the make install where to type it or anything...

can anyone explain it to me very thoroughly or have snapshot instructions? please. thank you
__________________
Salud
Neglito is offline  
Old 05-21-2005, 01:15 AM   #2 (permalink)
 
Monster Techie

Join Date: May 2004

Location: /usr/root/mn/us

Posts: 1,121

bla!! is on a distinguished road

Default

At tarball (tar.gz) isn't an install file, it's a compressed file much like a zip file.

What you want to type is this

tar -xzvf filename.tar.gz

That will decompress it. Then look through and see what you have.
__________________
<br>
Its a frigging Laptop, not a Labtop!!!!
bla!! is offline  
Old 05-21-2005, 01:44 PM   #3 (permalink)
 
Ultra Techie

Join Date: Aug 2004

Posts: 531

jnev_89

Send a message via AIM to jnev_89
Default

download the tar.gz, then do:

tar -xzvf file.tar.gz
cd file
./configure
make
make install

that should be it.
jnev_89 is offline  
Old 05-21-2005, 01:45 PM   #4 (permalink)
 
Ultra Techie

Join Date: Aug 2004

Posts: 531

jnev_89

Send a message via AIM to jnev_89
Default

btw, here's a good link on installing all diff. formats in linux.

http://www.linuxforums.org/tutorials...ial-19957.html
jnev_89 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On