LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing mozilla firefox 1.5 (https://www.linuxquestions.org/questions/linux-newbie-8/installing-mozilla-firefox-1-5-a-481145/)

micro_xii 09-07-2006 12:31 AM

installing mozilla firefox 1.5
 
firefox-1.5.0.6.tar.gz

im using suse 9.

Can anyone guide me in installing firefox.Step by step procedure.What should i use a konsole or X terminal.And after installation , in what folder can i find it.

tnx

lurko 09-07-2006 05:01 AM

under the fancy Download Firefox link, is a link for Release Notes that detail the install process.

you can install it where ever you want really, /usr/local is where I put it. then I put a symlink to /usr/local/firefox/firefox (the shell script that runs FF) in /usr/bin which is in the PATH.

you might want to read the man pages for tar and ln

I wish other apps were so easy to install on linux, but I guess I'd rather try compiling it myself if it meant it would stop crashing all the time.

jlo_sandog 09-08-2006 12:19 AM

please make better use of your search engine.
http://www.mozilla.com/firefox/releases/1.5.0.6.html

Pirate Steve 09-13-2006 10:14 AM

I noticed that tar has an option -C that says change directory. Is there a way to use that so that I can keep my firefox-1.5.0.6.tar.gz in (ex) /home/user/firefox and extract it to /usr/bin? Or am I going to have to put the tar into /usr/bin and extract it there? Please tell me no to the latter because it's messy. I guess I could just delete it later but, I noticed that when I dl'd Skype to /home/user/skype and extracted the skype... .deb it went to /usr/bin by itself. Then again it is a .deb file. Maybe that makes a difference?

-Thoughts?:Pengy:

Answer to my own question,
Code:

#tar -xvvzf firefox-1.5.0.6.tar.gz -C /usr/bin


All times are GMT -5. The time now is 04:36 AM.