LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Tar.gz (https://www.linuxquestions.org/questions/linux-newbie-8/tar-gz-220140/)

houtenkop 08-20-2004 09:18 AM

Tar.gz
 
Help what do I have to do with a tar.gz file
I'm a very newby I know

tazxxx 08-20-2004 09:28 AM

# tar xvzf package.tar.gz (or tar xvjf package.tar.bz2)
# cd package
# ./configure
# make
# make install

See http://www.tuxfiles.org/linuxhelp/softinstall.html for more information, that whole site was a help to me when i first got linux.

houtenkop 08-20-2004 09:34 AM

thx


All times are GMT -5. The time now is 01:49 PM.