Downloading Chrome on Google's Web site is slow, but after adding the chrome source, you can install Chrome in the terminal via Yum install, much faster.
First create a file in/etc/yum.repos.d named Google.repo, then copy the following code into it, and then save:
32-bit system:
The code is as follows |
Copy Code |
[Google] Name=google–i386 Baseurl=http://dl.google.com/linux/rpm/stable/i386 Enabled=1 Gpgcheck=1 Gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub |
64-bit system:
The code is as follows |
Copy Code |
[Google64] Name=google–x86_64 Baseurl=http://dl.google.com/linux/rpm/stable/x86_64 Enabled=1 Gpgcheck=1 Gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub |
Then use (requires Administrator privileges):
The code is as follows |
Copy Code |
Yum Install google-chrome-stable--nogpg to install the latest stable version Yum Install google-chrome-unstable--NOGPG latest version of Chrome |
So you can install it!
The article later supplements the problem solving method encountered during the installation process
Problems that may arise (a great possibility):
The following error occurred:
Warning:google-chrome-stable_current_i386.rpm:header V4 dsa/sha1 Signature, key ID 7fac5991:nokey
error:failed dependencies:
LSB >= 4.0 is needed by google-chrome-stable-18.0.1025.162-131933.i386
Libxss.so.1 is needed by google-chrome-stable-18.0.1025.162-131933.i386
Wget is needed by google-chrome-stable-18.0.1025.162-131933.i386
Workaround (Test feasible):
The code is as follows |
Copy Code |
Yum Install REDHAT-LSB Yum Install wget Yum Install Libxscrnsaver |
Re-use command: RPM-IVH google-chrome-stable_current_i386.rpm