2012-11-19 12:36
1004人閱讀 評論(0)
收藏
舉報1.在 /etc
/yum.repos.d/目錄下添加
google-chrome.repo檔案
內容如下:
32-bit
[delphi]
view plaincopy
- [google-chrome]
- name=google-chrome - 32-bit
- baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
- enabled=1
- gpgcheck=1
- gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
64-bit
[html]
view plaincopy
- [google-chrome]
- name=google-chrome - 64-bit
- baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
- enabled=1
- gpgcheck=1
- gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
2、安裝
Install Google Chrome Stable Version
[html]
view plaincopy
- ## Install Google Chrome Stable version ##
- yum install google-chrome-stable
Install Google Chrome Beta Version
[html]
view plaincopy
- ## Install Google Chrome Beta version ##
- yum install google-chrome-beta
Install Google Chrome Unstable Version
[html]
view plaincopy
- ## Install Google Chrome Unstable version ##
- yum install google-chrome-unstable
1.在 /etc
/yum.repos.d/目錄下添加
google-chrome.repo檔案
內容如下:
32-bit
[delphi]
view plaincopy
- [google-chrome]
- name=google-chrome - 32-bit
- baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
- enabled=1
- gpgcheck=1
- gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
64-bit
[html]
view plaincopy
- [google-chrome]
- name=google-chrome - 64-bit
- baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
- enabled=1
- gpgcheck=1
- gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
2、安裝
Install Google Chrome Stable Version
[html]
view plaincopy
- ## Install Google Chrome Stable version ##
- yum install google-chrome-stable
Install Google Chrome Beta Version
[html]
view plaincopy
- ## Install Google Chrome Beta version ##
- yum install google-chrome-beta
Install Google Chrome Unstable Version
[html]
view plaincopy
- ## Install Google Chrome Unstable version ##
- yum install google-chrome-unstable