Skip to content

Instantly share code, notes, and snippets.

@anjijava16
Created July 30, 2017 13:16
Show Gist options
  • Save anjijava16/8c0b0be8f7f5c0d7515aea9488df4396 to your computer and use it in GitHub Desktop.
Save anjijava16/8c0b0be8f7f5c0d7515aea9488df4396 to your computer and use it in GitHub Desktop.
Procedure to install Google Chrome 52 on a RHEL/CentOS/Fedora Linux:
Here is how to install and use the Google Chrome 45 in five easy steps:
Open the Terminal application. Grab 64bit Google Chrome.
Type the following command to download 64 bit version of Google Chrome:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Install Google Chrome and its dependencies on a CentOS/RHEL, type:
sudo yum install ./google-chrome-stable_current_*.rpm
Start Google Chrome from the CLI:
google-chrome &
@anjijava16
Copy link
Author

wget http://chrome.richardlloyd.org.uk/install_chrome.sh

chmod u+x install_chrome.sh

./install_chrome.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment