프로그램/Linux

linux에서 chrome설치

milktea.kang 2010. 12. 14. 12:33

1.create file google.repo
 /etc/yum.repos.d/google.repo

2.edit google.repo(32bit)
[google]

name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub



2.edit google.repo(64bit)
[google64]
name=Google - x86_64
baseurl=http://dl.google.com/linux/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub


3.install
yum install google-chrome-stable