User Tools

Site Tools


google_chrome_installation_in_centos_6.x

This is an old revision of the document!


CentOS 6.x에 구글 크롬 설치하기

참조 사이트: https://hunit.tistory.com/264

크롬 저장소를 새로 만든다.

# vi /etc/yum.repos.d/google-chrome.repo

다음 내용을 추가한다.

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

설치 파일을 다운로드하여 실행한다.

# wget http://chrome.richardlloyd.org.uk/install_chrome.sh
# chmod u+x install_chrome.sh
# ./install_chrome.sh

될 턱이 없다. 이 파일 자체가 존재하지 않는다.

google_chrome_installation_in_centos_6.x.1554108669.txt.gz · Last modified: (external edit)