해당글은 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
'서버 > 개발환경' 카테고리의 다른 글
리눅스에서 백그라운드 등록하기. (2) | 2021.04.08 |
---|---|
openssl 설치하기 (2) | 2018.09.06 |
nginx로 멀티도메인 (2) | 2018.09.06 |
도커 설치하기 (2) | 2018.08.17 |
yum 실행시 오류 (2) | 2018.02.21 |
댓글