LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do you uncompress something? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-you-uncompress-something-14137/)

wings9191 02-12-2002 05:21 PM

How do you uncompress something?
 
Trying to install the new netscape but I can't get it uncompressed.
I just installed Linux and have no clue.

trickykid 02-12-2002 05:23 PM

more info on what type of file it is would be helpful.. tgz, tar.gz.. rpm.. etc.. and you might want to search the site as this is asked billions of times about installing files.

isajera 02-12-2002 05:25 PM

if i remember correctly, netscape comes with a binary installer that will download and install it for you. ...you can uncompress the file you already downloaded using

gunzip filename.gz

or

tar -xzvf filename.tar.gz

depending on the extension.

LinuzRulz 02-12-2002 06:12 PM

If bz2
 
tar xvfy filename.tar.bz2
worked for me.

wings9191 02-12-2002 09:43 PM

OK now I'm lost. When I double click the netscape it says Nautilus doen't have anything to un compress it.
The extension on the end of it is installer.tar.gz.
Man this isn't windows for sure.
But I do like it. I just need to figure this out.
Thanx for the help guys

trickykid 02-12-2002 09:47 PM

you have to manually do this:

tar xzvf ./installer.tar.gz

then it will uncompress.. etc etc... into a new directory.. then you should be able to cd into the new directory.. and view the README and INSTALL files for directions to install.

wings9191 02-12-2002 09:51 PM

So are you saying it has already unzipped somewhere?

trickykid 02-12-2002 11:24 PM

Quote:

Originally posted by wings9191
So are you saying it has already unzipped somewhere?
not unless you already unzipped it..
did you perform what i mentioned above.. if so, you should find a new directory named after the xxxxx.tar.gz file you unzipped. then inside that directory you will find a INSTALL or README file that will tell you how to install the package/program correctly.

-trickykid

wings9191 02-12-2002 11:36 PM

Ok I'm sorry to sound so clueless but I am.
Where do I manually do the tar xzvf ./installer.tar.gz?
And I do appreciate your help.
Thanx jay


All times are GMT -5. The time now is 01:10 AM.