Skip to content

Instantly share code, notes, and snippets.

@originalhat
Last active December 30, 2015 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save originalhat/7776267 to your computer and use it in GitHub Desktop.
Save originalhat/7776267 to your computer and use it in GitHub Desktop.
upgrading firefox on CentOS via command line
# CentOS Firefox Upgrade
# Update Yum
yum update
# Check Firefox Availability
yum --enablerepo=remi list firefox
# Install Most Recent Firefox
yum --enablerepo=remi install firefox
# Refereneces
# - https://github.com/remicollet/remirepo
# - http://www.tecmint.com/install-firefox-in-rhelcentos-6-3-fedora-17-16/
# - http://www.if-not-true-then-false.com/2011/install-firefox-on-fedora-centos-red-hat-rhel/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment