Created
October 11, 2014 06:12
-
-
Save codegirl-007/152c9b4ad6308ba9b8c3 to your computer and use it in GitHub Desktop.
Installing Google Chrome on Fedora 18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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