Difference between revisions of "Upgrade FireFox"

From Amahi Wiki
Jump to: navigation, search
(Created page with "To update FireFox to the latest version in Fedora 14, do the following as root user: {{Code|tar -cvzf $HOME/mozilla-firefox-profiles-backup.tar.gz $HOME/.mozilla/firefox/ rpm -Uv...")
 
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
To update FireFox to the latest version in Fedora 14, do the following as root user:
+
To install/update FireFox to the latest version in Fedora 19:
{{Code|tar -cvzf $HOME/mozilla-firefox-profiles-backup.tar.gz $HOME/.mozilla/firefox/
+
<!--* Install the Amahi  RPM Fusion[http://www.amahi.org/apps/rpm-fusion-free (Free)] and [http://www.amahi.org/apps/rpm-fusion-non-free (Non-Free)] web applications (if not already installed).-->
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
+
* Ensure all instances of FireFox on the HDA are closed if installed.
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
+
* [http://wiki.amahi.org/index.php/Open_Terminal_as_root As root user], do the following commands:
rpm -Uvh http://rpms.famillecollet.com/remi-release-14.rpm
+
tar -cvzf $HOME/mozilla-firefox-profiles-backup.tar.gz $HOME/.mozilla/firefox/
yum --enablerepo=remi list firefox
+
yum localinstall <nowiki>http://rpms.famillecollet.com/remi-release-19.rpm</nowiki> --nogpgcheck
yum --enablerepo=remi install firefox xulrunner6}}
+
yum --enablerepo=remi list firefox
 +
yum --enablerepo=remi install firefox
 +
* You should now have the latest version.
 +
 
 +
 
 +
'''NOTE:'''  You may have to reboot your HDA to complete the update.

Latest revision as of 01:29, 19 February 2015

To install/update FireFox to the latest version in Fedora 19:

  • Ensure all instances of FireFox on the HDA are closed if installed.
  • As root user, do the following commands:
tar -cvzf $HOME/mozilla-firefox-profiles-backup.tar.gz $HOME/.mozilla/firefox/
yum localinstall http://rpms.famillecollet.com/remi-release-19.rpm --nogpgcheck
yum --enablerepo=remi list firefox
yum --enablerepo=remi install firefox
  • You should now have the latest version.


NOTE: You may have to reboot your HDA to complete the update.