CentOS 에 Chrome 설치 하기

801 단어 centoschromeCentOS
참고 주소: Install Google Chrome on Fedora 26/25, CentOS/RHEL 7.3
루트 사용자 로 repo 파일 생 성
cat < /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome - \$basearch
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
EOF

안정 판 설치
yum install google-chrome-stable

테스트 버 전 설치
yum install google-chrome-beta

불안정 판 설치
yum install google-chrome-unstable

설치 중 오류 가 발생 할 수 있 습 니 다.
GPG key retrieval failed: [Errno 14] curl#7

이것 은 위대 한 벽 이 오래된 개 를 연결 하 는 것 을 막 았 기 때문이다.
google - home. repo 파일 설정
gpgcheck=0

키 검사 안 할 게 요.

좋은 웹페이지 즐겨찾기