Page 1 of 1

how to get fire fox 6 on to Amahi box ?

Posted: Fri Sep 09, 2011 5:42 am
by wobbly
can't seen to find the info anywhere on how to add firefox 6 to Amahi /Fedora... in add remove software there is only firefox 3.6

Re: how to get fire fox 6 on to Amahi box ?

Posted: Sun Sep 11, 2011 2:20 pm
by wobbly
so no one is running firefox 6 then ?

Re: how to get fire fox 6 on to Amahi box ?

Posted: Sun Sep 11, 2011 7:13 pm
by bigfoot65
Most do not use there HDA as a desktop. Those that do use what the Fedora repo provides. It is available in the Fedora 15 repo, but Amahi does not support that version.

By simply googling, you can find how to add FireFox 6 to Fedora 14.

http://za.0c.sl.pt

Re: how to get fire fox 6 on to Amahi box ?

Posted: Thu Sep 29, 2011 10:25 am
by DragonQ
I ran the following commands (as root and in this order) to get Firefox 6.0.2 on my file server:

Code: Select all

tar -cvzf $HOME/mozilla-firefox-profiles-backup.tar.gz $HOME/.mozilla/firefox/ rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/remi-release-14.rpm yum --enablerepo=remi list firefox yum --enablerepo=remi install firefox xulrunner6

Re: how to get fire fox 6 on to Amahi box ?

Posted: Thu Sep 29, 2011 11:03 am
by bigfoot65
Thanks for sharing. I have added a page in the wiki with your instructions. Please feel free to update when needed.

http://wiki.amahi.org/index.php/Upgrade_FireFox

I removed the 2 lines for RPM Fusion as we have web applications that install those.