Computing.Net > Forums > Linux > how to open a file in linux!!!!

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how to open a file in linux!!!!

Reply to Message Icon

Name: gringo
Date: September 28, 2002 at 05:55:27 Pacific
OS: mandrake 9.0
CPU/Ram: 1700
Comment:

can somebody please help me....
i downloaded a file from download.com
a browser"communicator for linux" for
internet browser because some homepages
i cant open whith my s---...!!!
so can somebody please help me.....


and how do i install an file, that i
downloaded from internet....
can sombody please tell me in detales
please...if you can!½!!!!



Sponsored Link
Ads by Google

Response Number 1
Name: Tom
Date: September 28, 2002 at 06:56:55 Pacific
Reply:

hello gringo,
if your file looks like this xxxxxxxxx.tar.gz
then open a terminal window.
if you are not logged in as root, then in the terminal window do this. Each command it followed by the Enter button.
su (super user mode)
"root password"
go to the directory where the file is.
ls (shows what it in the directory)
gzip -d xxxxxxxxx.tar.gz (-d = decompress)
ls (again to make sure the .gz is removed)
tar -xvf xxxxxxxxx.tar
(I think -xzf means x = extract
v = verbose f = use archive file)
OK let me use the Netscape installer file for the xxxxxxxxx
cd netscape-installer
./netscape (this starts the installer)
you must be online when you start this.
I am using Mandrake 8.0. You should always give your exact version of linux like MD 8.0, RH 7.3 or SuSE 7.0.
It should also be listed in your subject. This way people running the same version will be more likely to help you.
Then after this when I want to open netscape. In the Run Command... type:
/usr/local/netscape/netscape (hit Enter the first time. This puts it in a dropdown minu so you won't have to retype it next time.) But after you have it in the minu start using the RUN button to not keep adding it to the dropdown minu. All commands typed are case sencetive. You can also copy/paste in the linux terminal window. This make them long files easy to put in after the gzip -d & the tar -xvf commands.
I hope this helps.
tom



0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: how to open a file in linux!!!!

how to create a file in graphical www.computing.net/answers/linux/how-to-create-a-file-in-graphical/23740.html

how to open a pdf files www.computing.net/answers/linux/how-to-open-a-pdf-files/25112.html

How to OPEN+RUN .exe files in Linux www.computing.net/answers/linux/how-to-openrun-exe-files-in-linux/16329.html