Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

netscap

Status
Not open for further replies.

bobk

Technical User
Joined
Dec 8, 2000
Messages
1
Location
US
I am trying to upgrade netscape and it is not working I have downloaded the latest version and it save it as a tar.gz and I dont know how to open it
 
Do tar -zxvf {filename}. d3funct
vanya43@yahoo.com
The software required `Windows 95 or better', so I installed Linux.

 
The normal tar command doesn't have a -z option, at least mine doesn't. Is that an added feature from somewhere?

This looks like just a zipped tar file.

gunzip tar.gz (to unzip it)

tar -xvf tar (to untar it)

If you don't have gzip and gunzip, it can be downloaded as gnu.gzip from . Remember, amateurs built the Ark, professionals built the Titanic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top