서버/개발환경
리눅스에 크롬 설치하기
아카이sun
2018. 9. 29. 01:22
해당글은 cent os기준으로 작성됨
1. yum의 repo파일 생성 후 저장
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
2. yum명령어를 이용하여 stable설치 - dependency까지 자동으로 설치됨
yum install google-chrome-stable
3. 설치 및 버전확인
google-chrome --version