Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 716 Bytes

README_myrepo-el6.md

File metadata and controls

12 lines (9 loc) · 716 Bytes

How to install Google Chrome 28+ on Red Hat Enterprise Linux 6 ?

  1. add repository
  1. add google's repository

echo -e "[google-chrome]\nname=google-chrome\nbaseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64\nenabled=1\ngpgcheck=0\ngpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub" > /etc/yum.repos.d/google-chrome.repo

  1. Install Chrome

yum update

yum-complete-transaction # post script error

yum install google-chrome-unstable