Linux-Noob Forums
How do I install Firefox? - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html)
+--- Thread: How do I install Firefox? (/thread-206.html)

Pages: 1 2 3 4


How do I install Firefox? - Bakshara - 2012-02-27

Later versions of FireFox insert tabs instead of placing them at the very end.



How do I install Firefox? - Dungeon-Dave - 2012-02-27


I'm on 3.6.27 and if I right-click a link to open it in a new tab, it usually inserts it after the current (live) tab.

 

Not sure if this is what you're saying...




How do I install Firefox? - Bakshara - 2012-02-27


I copied this out of the About:

Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b5) Gecko/2008043010 Fedora/3.0-0.60.beta5.fc9

Notice FireFox 3.0-0.60.beta5.

 

Yes I am wanting to have FireFox insert the tab when I click on it. The version I have now places all new tabs at the very end.

 

Bakshara




How do I install Firefox? - inittux - 2012-02-27

I'm downloading fedora 9 now. I'll let you know as soon as I have time to try it out myself to get the newest firefox working.



How do I install Firefox? - Bakshara - 2012-04-07


I know it has been a while, but here is what I have been trying (after downloading firefox-11.0.tar.bz2):

bash firefox-11.0.tar.bz2

[root@localhost /]# bash /home/Bakshara/Download/firefox-11.0.tar.bz2 /opt

/home/Bakshara/Download/firefox-11.0.tar.bz2: /home/Bakshara/Download/firefox-11.0.tar.bz2: cannot execute binary file

[root@localhost /]# bash /home/Bakshara/Download/firefox-11.0.tar.bz2

/home/Bakshara/Download/firefox-11.0.tar.bz2: /home/Bakshara/Download/firefox-11.0.tar.bz2: cannot execute binary file

bash mozilla-xremote-client

[root@localhost /]# bash /home/Bakshara/Download/firefox/mozilla-xremote-client /opt

/home/Bakshara/Download/firefox/mozilla-xremote-client: /home/Bakshara/Download/firefox/mozilla-xremote-client: cannot execute binary file

[root@localhost /]# bash /home/Bakshara/Download/firefox/mozilla-xremote-client

/home/Bakshara/Download/firefox/mozilla-xremote-client: /home/Bakshara/Download/firefox/mozilla-xremote-client: cannot execute binary file

[root@localhost /]# bash firefox-11.0.tar.bz2

bash: firefox-11.0.tar.bz2: No such file or directory

[root@localhost /]# bash mozilla-xremote-client

bash: mozilla-xremote-client: No such file or directory

 

yum -y install firefox-11.0.tar.bz2

yum install firefox-11.0.tar.bz2

[root@localhost /]# yum install firefox-11.0.tar.bz2

Loaded plugins: refresh-packagekit

fedora | 2.4 kB 00:00

updates | 2.6 kB 00:00

Setting up Install Process

Parsing package install arguments

No package firefox-11.0.tar.bz2 available.

Nothing to do

 

yum -y install mozilla-xremote-client

yum install mozilla-xremote-client

[root@localhost /]# yum install mozilla-xremote-client

Loaded plugins: refresh-packagekit

Setting up Install Process

Parsing package install arguments

No package mozilla-xremote-client available.

Nothing to do

 

What do I need to do to upgrade from FireFox 3.0Beta5 to FireFox 11.0?

 

Bakshara




How do I install Firefox? - Dungeon-Dave - 2012-04-07


you probably need to follow these instructions from step 3, or read this post first.

 

You've already downloaded the package, now it's a matter of extracting it.