Chrome Browser Installation Guide Chrome version Branch introduction
(Excerpt from http://gethosts.sinaapp.com/help/download.html)
Stable Channel/Stable version, the official version, for the pursuit of stable ordinary users, the update is very slow;
Beta Channel/Beta for public testing prior to the release of the stable version. Basic does not add new features, mainly for BUG fixes/security testing, there may be unstable situation, suitable for like more stable and early adopters of the friend download use;
Dev Channel/dev version, mainly for functional testing, there may be stability issues, update speed is once a week, suitable for developers to use;
The Canary Build/Canary version, joined in July 2010, is more unstable than the development version, but adds more testing features that are only available to developers or users who are looking for the latest version. Canary build feature is that it can be installed independently, without overwriting the original "Google Chrome" version, the system can co-exist two installation versions.
Fedora/rhel/opensuse
1. Download Google-chrome.repo and save
$ wget Https://repo.fdzh.org/chrome/google-chrome-mirrors.repo-P/etc/yum.repos.d/# Fedora/rhel $ wget https://repo.f Dzh.org/chrome/google-chrome-mirrors.repo-p/etc/zypp/repos.d/# OpenSUSE or add source using Zypper ar URL NAME
2. Install Chrome
$ DNF Install google-chrome-{stable,beta,unstable} (Fedora 22+) $ yum Install google-chrome-{stable,beta,unstable} (Rhel/fedora 21-) $ zypper Install google-chrome-{stable,beta,unstable} (OpenSUSE)
Note: This site Fzug will save part of the historical version of the RPM package.
Other mirror stations: mirror.pcbeta.com, orion.lcg.ufrj.br, dist.control.lth.se
Installation chromium generally after the installation of Google Browser, you can directly execute:
DNF Install-y Chromium
If not, find another way.
Debian/ubuntu Installing Chrome
1. Download Google-chrome.list and save
$ wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
2. Install Chrome
$ apt-get install google-chrome-{stable,beta,unstable}
Microsoft WindowsInstall Chrome
Visit Https://repo.fdzh.org/chrome/exe and select the appropriate version to download and install.
Macintosh OS XInstall Chrome
Visit https://repo.fdzh.org/chrome/dmg and select the appropriate version to download and install.
AndoridInstall Chrome
Visit https://apps.evozi.com/apk-downloader/?id=com.android.chrome
Click on the Generate Click here
button to download the latest version of the offline installation package.
Foreign users have direct access to Stable, Beta, Dev, Chromium downloads.
IosInstall Chrome
Visit AppStore to download and install.
Version API
Chrome versions can be checked through version.csv, Version.json, Api/v1.0/chrome, Getchrome.
$ curl https://repo.fdzh.org/api/v1.0/chrome?os=win&channel=dev&arch=x64{ "Results": [ { "Arch": "x64", "channel": "Dev", "name": "54.0.2824.0_chrome_installer_win64.exe", "OS": "Win", "sha256": "3c968c4d600bc49d790ec02536f1d1caf4e19aa2afd71cb5470b5734e5219ad5", "Size": "56873560", "timestamp": "1471007676", "URLs": [ "http://redirector.gvt1.com/edgedl/release2/ y1ohcksphjn6fqvtxpd9vvz5pdp2c2utygecn7m7hd8cgpneubbo56gxl51ztvba90qm1ji0k4bfw3c8jvk10pslg9vplqp7a8d/ 54.0.2824.0_chrome_installer.exe ", "http://dl.google.com/release2/ y1ohcksphjn6fqvtxpd9vvz5pdp2c2utygecn7m7hd8cgpneubbo56gxl51ztvba90qm1ji0k4bfw3c8jvk10pslg9vplqp7a8d/ 54.0.2824.0_chrome_installer.exe ", "https://dl.google.com/release2/ y1ohcksphjn6fqvtxpd9vvz5pdp2c2utygecn7m7hd8cgpneubbo56gxl51ztvba90qm1ji0k4bfw3c8jvk10pslg9vplqp7a8d/ 54.0.2824.0_chrome_installer.exe ", "http://www.google.com/dl/release2/ Y1ohcksphjn6fqvtxpd9vvz5pdp2c2utygecn7m7hd8cgpneubbo56gxl51ztvba90qm1ji0k4bfw3c8jvk10pslg9vplqp7a8d/54.0.2824.0_chrome_installer.exe ", "https://www.google.com/dl/release2/ y1ohcksphjn6fqvtxpd9vvz5pdp2c2utygecn7m7hd8cgpneubbo56gxl51ztvba90qm1ji0k4bfw3c8jvk10pslg9vplqp7a8d/ 54.0.2824.0_chrome_installer.exe ", "Https://repo.fdzh.org/chrome/exe/54.0.2824.0_chrome_installer_win64.exe" ], "Version": "54.0.2824.0" } ]}
Changelog
Update log: https://googlechromereleases.blogspot.com/(RSS subscription)
Chromium Source code: Https://chromium.googlesource.com/chromium/src.git
Chromium Packager:linux_chromium_packages.md
Chrome Development Document: Https://developer.chrome.com/extensions/autoupdate
ChromeOS Chroot Environment: Https://github.com/dnschneid/crouton
Feedback
Https://github.com/FZUG/repo/issues
article reference https://github.com/FZUG/repo/wiki/
This article is from the "Wzbao" blog, make sure to keep this source http://wzbao.blog.51cto.com/11237209/1917348
Fedora/rhel/opensuse Linux Installation Chrome--google browser (and install Chromium)