본문 바로가기
SW 프로그래밍/센토스(CenTOS)

Centos7 구글 크롬 설치

by N2info 2018. 1. 30.

Centos7 구글 크롬 설치

참조사이트 : https://blog.bypass.sh/961


다음글 : Centos7 파어어폭스 업그레이드



RPM으로 크롬 설치 할 경우 요구하는 dependency 파일이 많아서, 편하게 YUM 이용. 

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

repo 파일 생성 후 저장 

yum install google-chrome-stable

Dependency 파일까지 자동으로 다 설치 됩니다. 

google-chrome --version
Google Chrome 62.0.3202.94

구글 크롬 Stable 설치 확인. 



다음글 : Centos7 파어어폭스 업그레이드