PDA

View Full Version : [ubuntu] Installing Firefox3.05



deepakbm
December 23rd, 2008, 05:36 PM
Can any one guide me hoe to install firefoxx3.05 which ive downloaded from mozilla.com

taurus
December 23rd, 2008, 05:48 PM
Which release do you have because it's in the repos? Otherwise, open a terminal and try

Applications -> Accessories -> Terminal

cd ~/Desktop
tar xvzf filename.tar.gz
cd firefox
./firefox
Assuming you've saved it to your desktop and replace filename.tar.gz with the actual name of the file.

deepakbm
December 23rd, 2008, 05:59 PM
Which release do you have because it's in the repos? Otherwise, open a terminal and try

Applications -> Accessories -> Terminal

cd ~/Desktop
tar xvzf filename.tar.gz
cd firefox
./firefox
Assuming you've saved it to your desktop and replace filename.tar.gz with the actual name of the file.


This is what i entered

dbm@dbm-desktop:~/Desktop$ tar xvzf firefox-3.0.5.tar.bz2


I got an error
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors

jrusso2
December 23rd, 2008, 06:01 PM
Thats in bz2 format not .tar. Now why can't you just get Firefox from the repo? Are you using a version older then Hardy?

deepakbm
December 23rd, 2008, 06:03 PM
Thats in bz2 format not .tar. Now why can't you just get Firefox from the repo? Are you using a version older then Hardy?


Im using ubuntu 8.10 how can i get it from repo please guide me

taurus
December 23rd, 2008, 06:07 PM
With .bz2, you have to use the j option instead of the z.


tar xvjf firefox-3.0.5.tar.bz2
cd firefox
./firefox

deepakbm
December 23rd, 2008, 06:13 PM
With .bz2, you have to use the j option instead of the z.


tar xvjf firefox-3.0.5.tar.bz2
cd firefox
./firefox

Thanks a lot

SuperSonic4
December 23rd, 2008, 06:14 PM
Im using ubuntu 8.10 how can i get it from repo please guide me


sudo apt-get update
sudo apt-get install firefox

deepakbm
December 26th, 2008, 06:31 PM
I have got a problem i have installed firefox 3.0.5 as per above commands
still when i click the firefox icon ver 3.03 gets loaded why is that?

i also tried repo .it shows that firefox is uptodate