Results 1 to 6 of 6
Hello, i am a complete noob using Linux and i just wanted to know how you would install programs that were downloaded in the .tar format.
For example i downloaded ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-01-2006 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 4
Installing .tar Files
Hello, i am a complete noob using Linux and i just wanted to know how you would install programs that were downloaded in the .tar format.
For example i downloaded Firefox 1.5 and the file that was downloaded was:
mozilla-i686-pc-linux-gnu-1.7.12-installer.tar
This was downloaded on my XP computer.
Thanks for the help
- 01-01-2006 #2
I don't use Firefox, but bascially what is in the .tar file determines the installation method. So, the general procedure is to extract the file and view the 'Readme' or 'Install' text file for instructions.
It may be that your sole purpose in life is simply to serve as a warning to others.
- 01-01-2006 #3Just Joined!
- Join Date
- Jan 2006
- Posts
- 4
Ok thanks for the tip
- 01-01-2006 #4
Get it over to you Linux machine. Then:
That uncompresses its contents into a directory. Now you have to go inside that directory to run the installer...Code:tar xvf mozilla-i686-pc-linux-gnu-1.7.12-installer.tar
...or whatever the directory is called. Once inside, read the README or installation notes on how to do the installation. You'll likely have to go...Code:cd mozilla-installer
I don't believe this will give you Firefox though. I believe this is the Mozilla web browser. To install Firefox, go here...Code:./mozilla-installer
http://www.mozilla.com/firefox/
...and click on, "download Firefox."
EDIT: Sorry St. Joe, I didn't see yours before I posted.
- 09-19-2010 #5
Installation Adobe
Thanks Dapper, that was very helpful for me as well!
- 09-19-2010 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Hello, and welcome to the forums!

This thread is nearing 5 years old, so locking...
Edit: for those that might need it, you can find more on installing software under Linux, here:
http://www.linuxforums.org/forum/lin...are-linux.htmlLast edited by oz; 09-19-2010 at 06:48 PM.
oz




