LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   MEPIS (https://www.linuxquestions.org/questions/mepis-64/)
-   -   Installing Firefox 3.0.7 Upgrade (https://www.linuxquestions.org/questions/mepis-64/installing-firefox-3-0-7-upgrade-709754/)

mogrady 03-06-2009 09:35 PM

Installing Firefox 3.0.7 Upgrade
 
Mepis 8.0

I would appreciate it if someone would list a step by step process for installing the latest Firefox 3.0.7 upgrade. It downloads as a tar package and I always have trouble getting it to install,run, etc.

Thanks Michael

jdkaye 03-06-2009 09:49 PM

Quote:

Originally Posted by mogrady (Post 3467491)
Mepis 8.0

I would appreciate it if someone would list a step by step process for installing the latest Firefox 3.0.7 upgrade. It downloads as a tar package and I always have trouble getting it to install,run, etc.

Thanks Michael

I assume you want to do this direct from the mozilla site rather than waiting for the Mepis package. Ok.
1. Download the tarball from Mozilla to a convenient locatation (I like /tmp)
2. Open a console, navigate to where you put the tarball and type the command:
Code:

tar jxvf [name of tarball]
Note that tarball ends in bz2 (b-zipped).
3. The unpacking process will create a folder with a zillion files (not really ;)) in /tmp The folder will probably be called something like "firefox"
4. Execute the command (still from the terminal)
Code:

sudo mv firefox /opt
5. Your new firefox installation is now located in /opt/firefox and to run it you can create an app link to /opt/firefox/firefox
That's it.
Cheers,
jdk

sureshsujatha 03-09-2009 01:44 PM

I think - apt get firefox should do the trick.

Why dont you give it a twirl.
:)

wcc1776 03-09-2009 03:49 PM

At this time "apt-get" would still give you FF 3.0.6
Wayne


All times are GMT -5. The time now is 09:44 PM.