Skip to content

Instantly share code, notes, and snippets.

@stephanie-gredell
Created October 11, 2014 06:12
Show Gist options
  • Save stephanie-gredell/152c9b4ad6308ba9b8c3 to your computer and use it in GitHub Desktop.
Save stephanie-gredell/152c9b4ad6308ba9b8c3 to your computer and use it in GitHub Desktop.
Installing Google Chrome on Fedora 18
#download rpm file from here: http://www.google.com/chrome
#install require packages
yum install lsb wget
#change directory to where you downloaded your RPM file and then run this:
sudo rpm -ivh google-chrome-stable_current_x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment