1. Download the RPM package from the official website (http://www.google.cn/chrome/) to the relative system version. Here is my:
google-chrome-stable_current_x86_64.rpm
At this point ll, the installation package is a red font that indicates no permissions to execute
2.CD to the path to the package, authorize the installation package:
chmod 755 installation package (as for the 755 is God horse, please consult the basic Linux knowledge yourself)
Here I am: chmod 755 google-chrome-stable_current_x86_64.rpm
3. Execute the RPM-IVH installation package at this time
Here I am: RPM-IVH google-chrome-stable_current_x86_64.rpm
will appear:
Warning: google-chrome-stable_current_x86_64.rpm: Head V4 dsa/sha1 Signature, key ID 7fac5991:nokey
Error: Dependency detection failed:
LSB >= 4.0 is google-chrome-stable-33.0.1750.146-1.x86_64 required
This is less redhat-lsb this dependency
4. Install READHAT-LSB dependencies:
Execute command yum-y install REDHAT-LSB
And then just balabala download and install a bunch of LSB (most of what Perl starts with) the dependency package, waiting for the
5. After installing the above LSB dependency, proceed to the Chrome installation package:
RPM-IVH google-chrome-stable_current_x86_64.rpm
And then it comes back:
Warning: google-chrome-stable_current_x86_64.rpm: Head V4 dsa/sha1 Signature, key ID 7fac5991:nokey
Error: Dependency detection failed:
Libxss.so.1 () (64bit) required by google-chrome-stable-33.0.1750.146-1.x86_64
Then we'll just have to rely on it.
6. Implementation
Yum-y Install Libxscrnsaver
This is faster.
7. Install Chrome again after installation is complete
Now that Chrome is installed, the open Activity app will find the chrome icon.
Fedora22 (GNOME desktop) install Chrome