PDA

View Full Version : [SOLVED] install firefox 5.01 on natty



swaroopjain
July 19th, 2011, 01:12 PM
Hello,

i just have downloaded firefox-5.0.1.tar.bz2.i want to install it,please give me necessary steps to do that.Thanks in advance :-)

raja.genupula
July 19th, 2011, 01:17 PM
hi swaroop , which version of ubuntu you're using ?

swaroopjain
July 19th, 2011, 01:23 PM
[/URL]

Ubuntu 11.04 Natty Narwhal
(http://www.techdrivein.com/2011/05/ubuntu-1104-natty-narwhal-reviewed-this.html)

[URL="http://www.techdrivein.com/2011/05/ubuntu-1104-natty-narwhal-reviewed-this.html"]

raja.genupula
July 19th, 2011, 01:28 PM
man
natty already have firefox 5.0
check your firefox version

what ever this is the process
tar xvf filename.tar.bz
cd that folder

do
(if you have files configure , make )
I)
./configure
make
sudo make install
(or)

II) ./firefox (look for the executable file under the name firefox )

swaroopjain
July 19th, 2011, 02:01 PM
I was using firefox 4.0,its 5 now.thanks

lovinglinux
July 20th, 2011, 04:05 AM
man
natty already have firefox 5.0
check your firefox version

what ever this is the process
tar xvf filename.tar.bz
cd that folder

do
(if you have files configure , make )
I)
./configure
make
sudo make install
(or)

II) ./firefox (look for the executable file under the name firefox )

That is not how Firefox is compiled and most of the time users are simply trying to install a Firefox binary, which is also distributed as tar.bz2 files.