본문 바로가기

Linux/CentOS

[CentOS] 6.x Chrome Install

1. vi /etc/yum.repos.d/google.repo


2. 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

   64Bit - [google]
               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. yum -y install google-chrome-stable


4. 웹 브라우저(Google Chrome) -> Close 


5. vi /usr/bin/google-chrome


6. --user-data-dir 추가


7. Chrome 실행 -> Start Google Chrome

'Linux > CentOS' 카테고리의 다른 글

[CentOS] 6.x X-Window GNOME 설치  (0) 2013.01.07
[CentOS] 6.x X-Window KDE 설치  (0) 2013.01.07
[CentOS] 5.x X-Window KDE 설치  (0) 2013.01.05
[CentOS] 5.x X-Window GNOME 설치  (0) 2013.01.05
[CentOS] PPTPD VPN Server  (0) 2013.01.02