Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Created October 23, 2015 03:06
Show Gist options
  • Save joseluisq/26cfca34c19d29c0fa22 to your computer and use it in GitHub Desktop.
Save joseluisq/26cfca34c19d29c0fa22 to your computer and use it in GitHub Desktop.
Install Google Chrome Dev x64 (unstable) on Fedora, CentOS and RedHat x64

Google Chrome Dev x64 Installation

Wercker status

Install Google Chrome Dev x64 (unstable) on Fedora, CentOS and RedHat x64

Installation

Create a new google-chrome.repo file:

$ sudo vim /etc/yum.repos.d/google-chrome.repo

Copy and paste repo information:

[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl.google.com/linux/linux_signing_key.pub

Finally, save file and install with yum or dnf package manager:

dnf :

$ sudo dnf install google-chrome

yum :

$ sudo yum install google-chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment