Chrome 설치 CentOS7

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



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



yum install google-chrome-stable


에러시

vi /usr/bin/google-chrome

맨 마지막 줄을 아래와 같이 수정

exec -a "$0" "$HERE/chrome" "@$" --no-sandbox --user-data-dir


댓글

이 블로그의 인기 게시물

LSF (GPU 스케쥴링) 명령어 사용법

CentOS 7 리부팅 없이 새 디스크 인식 (find a new disk without reboot)

python에서 hive 사용